Changes between Version 10 and Version 11 of code/tools/Debugging
- Timestamp:
- May 21, 2013, 2:53:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v10 v11 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 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 o der DDD makes (a coder's) life much easier.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. 5 5 6 6 == GDB ==