How to debug one PHP page, in the mids of sequencial pages |
Site Admin
|
Check if pageA and PageX are on the same server (hostname in the URL) and are behind the same protocol (http and http or https and https). If not, you need to add DBGSESSID to the pageX's URL when your code redirects to pageX from pageA, or add DebugBreak() somewhere in the pageX code. Read FAQ forum on DBGSESSID syntax. Also, make sure that debug session checkbox is checked in Tools->Settings->Debugger. |
||||||||||||||
|
Same solution, different method |
|
An even simpler method is to use the Nusphere IE Toolbar which came with my PhpEd 4.6 and click through the pages until you want to debug. Stop when you get to your debugging point and click the "debug" button on the toolbar.
ddmitrie's method is essentially the same, this is just a little simpler. I use this method when debugging my large HTML_QuickForm_Controller forms. |
||||||||||||
|
How to debug one PHP page, in the mids of sequencial pages |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by