Changes between Version 13 and Version 14 of code/tools/Debugging
- Timestamp:
- Apr 12, 2017, 11:52:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Debugging
v13 v14 1 1 = Debug Tools = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 Most 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.