opening window with javascript disables debugging |
Site Admin
|
did you run first page in debugger ? If yes, next.php will be opened in debugger automatically. If no, you'd read http://forum.nusphere.com/howto-run-debug-session-t585.html
|
||||||||||||
|
|
Yes I run the first script in the debugger.
A script like start1.php: <html><head> <form action="next1.php"> <INPUT TYPE="SUBMIT" value="Start"> </form> </head></html> next1.php: <html><body> <?$value=1;?> </body></html> works, I can set a breakpoint at line 2 of next1.php, the debugger stops there. I will try the other things now... |
||||||||||||
|
Site Admin
|
with the 1st case debug session didn't start because script next.php was requested from a _new_ window and because dbg cookie is temporary, it didn't reach that window. In this case you have to add an explicit DBGSESSID request...
|
||||||||||||
|
|
The DBGSESSID works, everything is ok now. Thanks for your help
Dieter |
||||||||||||
|
opening window with javascript disables debugging |
|
||
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