In my previous post on debugging I left you with the statement “Debugging is much more than just using a debugger tool” and so now I will elaborate.
Any software debugger tool has a number of features to aid the debugging process, such as breakpoints, variable display, variable amendment, stack trace, ability to change the control sequence of the code etc.
However using the debugger tool is only a small part of the debugging code process: -
Debugging is analysing code to resolve an issue...(read more)
↧