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.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator