|
Page 9 of 10
Get more control over the application being debugged
Pause, Stop and Restart features allows you to get more control over the execution of the application being debugged. You can pause your program on demand at any time, suspending the execution even if there are no breakpoints set. Or you can decide to terminate the program immediately. Or you can restart the application without closing the debugger, mantaining all your breakpoints and tracepoints.
The Restart feature is currently under development and not available in this beta release
|