Debugging in PHsPeed


As of PHsPeed 2.2 the user interface of PHsPeed has changed. Duplicate functions have been removed and some of the functions / buttons have been relocated. This manual describes the changes in the user interface regarding debugging.



1. The create new module and application wizard have been moved from the project toolbar to the main toolbar.

2. Most icons have been removed and integrated into existing functions

3. There is only one URI line now. 

4. The debug icons have been relocated next to the function tabs.


 

Run parameters. This function allows you to start you application with pre-defined $_Get or $_Post variables. 



Generate and run button



Set debug mode. This is a switch that works in conjunction with the run button.



Set fast debug mode. This is a switch that causes the application to run in debug mode and only stops on break points. Standard behavior is that the application stops at each pass to the main controller application.



Runs the application. If none of the above debug buttons are enabled, the application will run without debugging ('just run')


The standard icons to:

- Run until next stop (break point or module)

- Step into the next line or jump into

- Step into the next line and jump over

- Step out of the current procedure or function

- Pause application

- Stop debugging



Start the java-script debugger