Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
The Debug preferences page allows you to configure default settings for the debugging process.
The Debug Preferences page is accessed from Window | Preferences | PHP | Debug Preferences .

Debug Preferences page
The settings that can be configured from the debug preferences page are:
Default Settings
PHP Debugger - The default debugger is the Zend Debugger. Go to the Installed Debuggers preferences page to configure Zend Debugger settings.
Server - Choose which server the debugger will use by default. Click the "PHP Servers" category to be taken to the PHP Servers management page. For more on this, see PHP Servers.
PHP Executable - Choose the required default PHP version. Click the "PHP Executables" category to be taken to the PHP Executables management page. For more on this, see PHP Executables.
Encoding Settings
Debug Transfer Encoding - Select the required debug transfer encoding from the drop-down list.
Debug Output Encoding - Select the required debug output encoding from the drop-down list.
Break at First Line - Mark this checkbox to force the debugging process to stop at the first line of code by default.
Note:
Further PHP encoding options can be accessed from the preferences menu under General | Content Types | Text | PHP Content Type.
|
|
|
To apply Debug Preferences settings to a specific project only:
|
|
|
|
|
|
Related Links: |
|
|