Restarting a Session

Restarting the debugging session may be necessary if you have passed the point where your are interesting in pausing the debugger or if you have made some changes to some source files, recompiled them and wish to see the effects of these fixes. To restart a debugging session, select Debug | Restart.

Restarting is basically the same as stopping the current debug session and starting a new debug session but is more convenient cause it does the equivalent in a single step.

The Restart command is not available if the current session is a remote debugging session because BugSeeker is unable to restart your remotely launched process.