Debugging http and https |
|
Normally it should just work, if you're supplying correct DBGSESSID parameter is set. If you're typing URL by hand, please consult the DBG FAQ.
Otherwise please send email to support with the HTML output of phpinfo() command (you should run it with debugging) and screenshots of IDE and Debugger tabs. Also please attach screenshot of Project Properties, if you're using a project. |
||||||||||||
|
Debugging http and https |
|
Hi
It works in http its when I switch to the https area that the debugging doesn't I assume its someting about being another domain. Also is it possible to get the dbg_eval failure notices suppressed in the output Where would you like the phpinfo() from the http or https? (I might run and compare it) Thanks Neven |
||||||||||||
_________________ NM |
|
When starting debugging over HTTP and using a DBGSESSID cookie to keep the debug session alive, the browser will not send the cookie when switching over to https.
If the part of the application where the user is sent from the http to https connection is under you control, you might try to check if a DBGSESSID cookie is set (in $_REQUEST or $_COOKIES?) and incorporate that into the URL you generate to send the user to the https server. Another option is to use debugBreak(), however you would have to call that at the beginning of every script, that is, it won't work as "automagical" as the cookie. |
||||||||||||
|
Site Admin
|
Correct.
See http://forum.nusphere.com/howto-run-debug-session-t585.html on how to run debug session. |
||||||||||||
|
Debugging http and https |
|
||
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