The Browser is an internal browser that functions as a standard web browser for searching and viewing web pages and debugging local web applications.
Docking - No
Browser Right-Click Menu Options:
Back, Forward, Save Background As, Set as Background, Copy Background, Set as Desktop Item, Select All, Paste, Create Shortcut, Add to Favorites, View Source, Encoding, Print, Refresh, Zend Studio &endash; Debug Current Page, Zend Studio &endash; Debug Next Page and Properties.
Compatibility - Currently supported for Windows IE users only.
Debugging is enabled when Zend Platform's Studio Server Component is installed on the Web server and Zend Studio is an authorized IP.
The internal browser is not intended for to remote debugging Web applications.
Functionality
|
|
Allows users to open the PHP Manual directly from Zend Studio to quickly find additional information about PHP (by selecting a function and pressing F1 on the code, or through the Inspectors view). |
|
|
Debug and Profile web pages - Browse to a specific web page and use the internal browser's toolbar to Debug and Profile live web pages. |
Note:
Make sure Debugging and Profiling are set up before using these features.

Browser Toolbar
The Browser Toolbar offers the following functions:
|
|
Debug Current Page - Use this button to debug the page currently open in the browser, or use the drop down menu to select one of the additional options: Next Page Only, All Forms (POST) or All Pages on this Site. The Debugger results are displayed in the Debug output window. |
|
|
Profile Current Page - Use this button to profile the page currently open in the browser or use the drop down menu to select one of the additional options: Next Page Only, All Forms (POST) or All Pages on this Site. The profiler results are displayed in the profiler output window. |
|
|
Settings - Determine from where to take source files (server or local copy) for debugging and profiling code. |
The Debug Toolbar also includes the following standard navigation actions: Open in a new tab, Go Back, Go Forward, Stop, Refresh, and Address bar.
Disabling the Internal Browser will remove the Browser entirely from the display and the only way to make the Browser visible again is by enabling the Internal Browser.
To disable/enable the Internal Browser:
From the main menu, select Tools | Preferences.
Select the Desktop Tab and choose the option "Use Internal Browser".
Select Enabled to make the Internal Browser appear.
Select Disabled to remove the Internal Browser view from the Main Screen.
|
|
|
|
|
Related Links: |
|
|
|