| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta name="generator" content="Adobe RoboHelp 8"> |
| <title>PHP Debug Perspective</title> |
| <link rel="StyleSheet" href="default.css" type="text/css"> |
| <style type="text/css"> |
| <!-- |
| body { border-left-style:None; |
| border-right-style:None; |
| border-bottom-style:None; |
| background-color:Transparent; |
| border-top-style:None; } |
| --> |
| </style> |
| <style type="text/css"> |
| <!-- |
| body { border-left-style:None; |
| border-right-style:None; |
| border-bottom-style:None; |
| background-color:Transparent; |
| border-top-style:None; } |
| --> |
| </style> |
| <script type="text/javascript" language="JavaScript"> |
| //<![CDATA[ |
| function reDo() { |
| if (innerWidth != origWidth || innerHeight != origHeight) |
| location.reload(); |
| } |
| if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) { |
| origWidth = innerWidth; |
| origHeight = innerHeight; |
| onresize = reDo; |
| } |
| onerror = null; |
| //]]> |
| </script> |
| <style type="text/css"> |
| <!-- |
| div.WebHelpPopupMenu { position:absolute; |
| left:0px; |
| top:0px; |
| z-index:4; |
| visibility:hidden; } |
| p.WebHelpNavBar { text-align:right; } |
| --> |
| </style> |
| <script type="text/javascript" language="javascript1.2" src="whmsg.js"></script> |
| <script type="text/javascript" language="javascript" src="whver.js"></script> |
| <script type="text/javascript" language="javascript1.2" src="whproxy.js"></script> |
| <script type="text/javascript" language="javascript1.2" src="whutils.js"></script> |
| <script type="text/javascript" language="javascript1.2" src="whlang.js"></script> |
| <script type="text/javascript" language="javascript1.2" src="whtopic.js"></script> |
| <script type="text/javascript" language="javascript1.2">//<![CDATA[ |
| <!-- |
| if (window.gbWhTopic) |
| { |
| var strUrl = document.location.href; |
| var bc = 0; |
| var n = strUrl.toLowerCase().indexOf("bc-"); |
| if(n != -1) |
| { |
| document.location.href = strUrl.substring(0, n); |
| bc = strUrl.substring(n+3); |
| } |
| |
| if (window.setRelStartPage) |
| { |
| addTocInfo("Reference\nPHP Perspectives and Views\nPHP Debug Perspective"); |
| addAvenueInfo("Reference","php_perspective_views.htm","php_explorer_view.htm"); |
| |
| } |
| |
| document.write("<p style=\"text-align:left\"> "); |
| AddMasterBreadcrumbs("ide_help.htm", "", ">", "Home", "pdt_table_of_contents.htm"); |
| document.write("<a href=\"reference.htm\">Reference<\/a> > <a href=\"php_perspectives_and_views.htm\">PHP Perspectives and Views<\/a> > PHP Debug Perspective<\/p>"); |
| |
| |
| if (window.setRelStartPage) |
| { |
| setRelStartPage("ide_help.htm"); |
| |
| autoSync(0); |
| sendSyncInfo(); |
| sendAveInfoOut(); |
| } |
| |
| } |
| else |
| if (window.gbIE4) |
| document.location.reload(); |
| //--> |
| //]]></script> |
| </head> |
| |
| <body leftmargin="5" topmargin="5" rightmargin="5" bottommargin="5"><script type="text/javascript" language="javascript1.2">//<![CDATA[ |
| <!-- |
| if (window.writeIntopicBar) |
| writeIntopicBar(4); |
| //--> |
| //]]></script> |
| <div style="width: 100%; position: relative;" id="header"> |
| |
| |
| <p align="right"><a |
| title="Documentation Survey" href="http://spreadsheets.google.com/viewform?formkey=dC1scEswTjFia2tDQ3Y5TVJBbkNQcWc6MQ">Documentation |
| Survey</a> |
| | <a href="javascript:crlf="";h=location.href;t=document.title;e = "" + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (e!=null) location="mailto:documentation@zend.com" + "?Subject= Feedback on PDT for page " + escape(t) + "&Body=" + escape(e).replace(/ /g, "+") + crlf + " "; void 0"><span |
| style="background-color: #ffffff;">Submit Documentation</span><span |
| style="background-color: #ffffff;"> Feedback</span></a><span |
| style="background-color: #ffffff;"></span><span style="background-color: #ffffff;"> |
| </span><span style="background-color: #ffffff;">| |
| </span><span |
| style="background-color: #ffffff;"><a title="View Latest Version and Get PDF Online" |
| href="http://www.zend.com/en/resources/zend-documentation/" |
| target="_blank">View Latest |
| Version and Get PDF Online</a></span></p> |
| </div> |
| |
| |
| <h1>PHP Debug Perspective |
| </h1> |
| <p> </p> |
| <p>The PHP Debug Perspective can be launched automatically when a Debug |
| session is run. It contains views which allow you to control and monitor |
| the debugging process.</p> |
| <p class="picture"><img src="php_debug_perspective.png" alt="PHP Debug Perspective" title="PHP Debug Perspective" style="border: none;" width="704" height="484" border="0"></p> |
| <p>The PHP Debug Perspective contains the following views:</p> |
| <ul type="square"> |
| <li><p><a href="debug_view.htm">Debug View</a> - Here you can control |
| (stop, pause, and resume) the debugging process. You can also decide |
| whether to step into, step over or step return (step out of) certain |
| functions.</p></li> |
| <li><p><a href="variables_view.htm">Variables View</a>  - Displays |
| the various variables in your script.</p></li> |
| <li><p><a href="breakpoints_view.htm">Breakpoints View</a> - Displays |
| the breakpoints you have entered.</p></li> |
| <li><p><a href="parameter_stack.htm">Parameter Stack View</a> - Displays |
| the parameters through which functions are reached.</p></li> |
| <li><p><a href="debug_output_view.htm">Debug Output View</a> - Displays |
| the textual output of the script. This will be updated as the debugging |
| process continues.</p></li> |
| <li><p><a href="browser_output_view.htm">Browser Output View</a> - |
| Displays the output of the script to a browser. This will be updated |
| as the debugging process continues.</p></li> |
| <li><p><a href="expressions_view.htm">Expressions View</a> - Displays |
| the progress of selected variables. The view will only be displayed |
| if you have selected to watch a variable.</p></li> |
| <li><p>Scripts View - Displays a list |
| of available scripts.</p></li> |
| <li><p>Editor - Displays the code at the relevant sections, according |
| to which line is selected in the Debug View window.</p></li> |
| <li><p><a |
| href="../../plugins_root/org.eclipse.jdt.doc.user/reference/views/console/ref-console_view.htm">Console |
| View</a> - Displays any error and warning messages.</p></li> |
| |
| <li><p><a |
| href="../../plugins_root/org.eclipse.platform.doc.user/concepts/ctskview.htm">Tasks |
| View</a> - Displays tasks that were added to your script |
| (if applicable).</p></li> |
| |
| </ul> |
| <p class="Note">Note:</p> |
| <p class="NoteText">By default, a dialog will appear asking whether you |
| want to open the Debug Perspective when a debugging session is run. To |
| change this behavior, open the Perspectives Preferences dialog by going |
| to Window | Preferences | Run/Debug | Perspectives and select Always, |
| Never or Prompt in the 'Open the associated perspective when launching' |
| category.</p> |
| <table cellspacing="0" width="100%"> |
| <col style="width: 7.093%;"> |
| <col style="width: 92.907%;"> |
| <tr style="vertical-align: top; |
| height: 16px;"> |
| <td style="width: 7.093%; padding-right: 10px; |
| padding-left: 10px;"><p |
| style="font-size: 6pt;"> </p></td> |
| <td style="width: 92.907%; |
| padding-right: 10px; padding-left: 10px;"><p> </p></td> |
| </tr> |
| <tr style="vertical-align: top; |
| height: 35px;"> |
| <td style="width: 7.093%; padding-right: 10px; |
| padding-left: 10px;"><p |
| style="font-size: 6pt;"><img src="link_icon.png" alt="link_icon.png" style="border: none;" width="32" height="40" border="0"> </p></td> |
| <td style="width: 92.907%; |
| padding-right: 10px; padding-left: 10px;"><p><span |
| style="font-weight: bold;"><b>Related Links:</b></span><a href="debug_view.htm"><br> |
| Debug View</a></p> |
| <p><a href="variables_view.htm">Variables View</a></p> |
| <p><a href="breakpoints_view.htm">Breakpoints View</a></p> |
| <p><a href="parameter_stack.htm">Parameter Stack View</a></p> |
| <p><a href="debug_output_view.htm">Debug Output View</a></p> |
| <p><a href="browser_output_view.htm">Browser Output View</a></p> |
| <p class="TableText"><a href="expressions_view.htm">Expressions |
| View</a></p></td> |
| </tr> |
| <tr style="vertical-align: top; |
| height: 19px;"> |
| <td style="width: 7.093%; padding-right: 10px; |
| padding-left: 10px;"><p |
| style="font-size: 6pt;"> </p></td> |
| <td style="width: 92.907%; |
| padding-right: 10px; padding-left: 10px;"><p> </p></td> |
| </tr> |
| </table> |
| <div style="width: 100%; position: relative;" id="footer"> |
| |
| <p style="text-decoration: underline; " |
| align="center">PHP Development |
| Tools</p> |
| |
| |
| </div> |
| <script type="text/javascript" language="javascript1.2">//<![CDATA[ |
| <!-- |
| if (window.writeIntopicBar) |
| writeIntopicBar(0); |
| |
| highlightSearch(); |
| //--> |
| //]]></script> |
| </body> |
| </html> |