how does Debug Next Post work ? - IE and FF toolbar |
Veteran
|
I have used the "Debug Next post" feature often. It is supposed to work the way you expect. My guess is that you do not have a valid breakpoint in your script that accepts the POST, e.g. no breakpoint on executable lines. I suggest you enable the option to "Stop on the first line after run" (Tools / Settings / Run & Debug), and see if that triggers a debug session.
|
||||||||||||
_________________ |
|
Thanks.
I tried the "Stop on the first line after run" setting, but still does not trigger the breakpoint or the debug session. May be it starts the debug session, but I am not able to step through it. I have even added the proper break point, but it was of no use. It just shows the blank page directly. |
||||||||||||
|
Veteran
|
Does debugging work on other pages in the project? If you are not sure of this, you should try the DBG Wizard to verify that your settings are correct. See new-dbg-wizard-can-help-you-setup-remote-debugging-t3116.html for details.
You could also try the following for more clues as to why the script is outputting a blank page: * Edit your php.ini and set error_reporting = E_ALL, display_errors = On and log_errors = On. Doing this will make PHP log all errors, warnings and notices to screen and also to an error_log file in the same directory as the script. * In PhpED, open Tools / Settings / Run & Debug and set the Error Level to 4 - All errors, warnings and notices. This will display the same messages as above, but in PhpED itself. This will (obviously) only work if you have set up your project's debugging correctly. I hope this helps |
||||||||||||
_________________ |
Site Admin
|
First you need to make sure that debugger is intalled on the server where you post to. Otherwise toolbar commands are ignored.
|
||||||||||||
_________________ The PHP IDE team |
how does Debug Next Post work ? - IE and FF toolbar |
|
||
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