Running and Analyzing Debugger Results

Once you have launched one of the debug sessions (PHP Script, PHP Web Page or URL), you can control and monitor the debugging process using the views displayed in the debugging process.

 

Controlling the debugging process:

The debug process can be controlled using the various buttons in the Debug view.

  1. The Debug process will automatically stop at each breakpoint.

  2. The various views will display information about the debugging process up to that point only.

  3. You can use the various buttons in the debug view to decide how to continue with the debugging process:

During the debugging process (for PHP Script, PHP Web Page or URL), various views will provide the following information:

 

During the debugging process (for JavaScript debugging), various views will provide the following information:

 

Note:

See 'PHP Debug Perspective' for more on the views that will be displayed during Debugging.

 

 

link_icon.png

Related Links:

PHP Debug Perspective

Working with the Debugger

Debugging

Debugging a PHP Web Page

D ebug Preferences