Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/tools/Debugging


Ignore:
Timestamp:
Oct 7, 2008, 3:16:35 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Debugging

    v2 v3  
    11= Debug Tools =
     2[[TracNav(TracNav/TOC_Development)]]
     3
    24Most times debugging without a debugger is really hard. In complex programms printing text and values of variables to the console is not an option for debugging anymore. Being able to handle a debugger like GDB oder DDD makes (coder's) life much easier.
    35