Changes between Version 2 and Version 3 of code/tools/Debugging
- Timestamp:
- Oct 7, 2008, 3:16:35 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v2 v3 1 1 = Debug Tools = 2 [[TracNav(TracNav/TOC_Development)]] 3 2 4 Most 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. 3 5