Changes between Version 3 and Version 4 of Docs/Prog/Manual/Development/Debugging
- Timestamp:
- 08/28/12 07:50:53 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/Development/Debugging
v3 v4 39 39 Right-click in the “Variables” window and select “Add global Variables…” to select global variables to monitor. These will not appear until the next break. 40 40 41 To stop the debugging session from !CodeSourceryclick the red square icon. The application being debugged and the gdbserver will automatically exit.41 To stop the debugging session from click the red square icon. The application being debugged and the gdbserver will automatically exit. 42 42 43 43 The terminal window will show: