Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/tools/Debugging


Ignore:
Timestamp:
May 14, 2013, 2:03:53 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Debugging

    v4 v5  
    2222 * To delete a breakpoint you can either use '''delete''' or '''clear'''. Type '''help''' / '''help ''gdb-function''''' for more information.
    2323=== Setting Watchpoints ===
    24 Sometimes it's usefull to know when the value of a variable changes.
     24Sometimes it's useful to know when the value of a variable changes.
    2525 1. To make use of this feature set a breakpoint somewhere you can access the variable from (watchpoints for static variables can be set without doing this).
    2626 2. Run the program and wait for the breakpoint to get triggered