What are the best practices for using Breakpoints in PhpED?
• Set your breakpoints at the beginnings of the statements (on the blue dots). This way you will be sure that PHP generated stop-point in the place where your breakpoint is situated. If you are not sure where blue dots will be generated you can start the debugging with step-in and step through to the file where you want to set the breakpoints. When you hit the code where your file is included, the blue dots will be generated for your file. • Quite often it is easier to start debugging by using NuSphere Browser Debugger Toolbar.