Debugging process
Debugging process is a process of finding issues with code. It is nice to use a debugging tool, because it makes process of finding issues easier.
With the use of a graphical debugging tool, it is possible to view the values of variables, count number of iterations of a loop criteria, set breakpoints, or execute code until a specific line of the code.
I never was a QA person, therefore it is just an overview of what is possible to do with a graphical debugging tool.
Comments
Post a Comment