Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 11 and Version 12 of code/tools/Debugging


Ignore:
Timestamp:
May 21, 2013, 2:59:56 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Debugging

    v11 v12  
    22[[TracNav(TracNav/TOC_Development)]]
    33
    4 Most times debugging without a debugger is really hard. In complex projects printing text and values of variables to the console is not an option for debugging anymore. Being able to handle a debugger like GDB or DDD makes (a coder's) life much easier.
     4Most times debugging without a debugger is really hard. In complex projects printing text and values of variables to the console is not very feasible for debugging anymore. Being able to handle a debugger like GDB or DDD makes (a coder's) life much easier.
    55
    66== GDB ==