Controlling debug execution
The debug execution controls are superceded by breakpoints. For example, if you attempt to step over a function and the program hits a breakpoint, it pauses, regardless of whether the function is completed. You can control your debug execution in various ways, but they all rely on a core set of debug controls.
To control a debug execution:
- In the Debug view, select a thread
- To control the debug session, click menu items
- Debug > Run
- Debug > Suspend
- Debug > Terminate
- Debug > Step Into
- Debug > Step Over
- Debug > Step Out
- Or directly click the toolbar buttons
- Or use the keyboard shortcuts
To change the key binding:
If you don't like the keyboard shortcuts settings, you can change the key binding. The function of the keyboard can be extensively customized in CoDebugger. Use the General > Keys preference page to assign key sequences to debug control commands.For example you want to change the Terminate key bindding to Ctrl + F2.
|
|