cURL not stepping into requested page. |
Site Admin
|
cURL runs a request clear of debugger things because you didn't supply them, so debugger has no clue that you want to start it.
To make debug session propagated "through" cURL call, you have to add eitehr DBGSESSID cookie or GET or POST variable with this name, like mentioned on this FAQ page http://www.nusphere.com/kb/technicalfaq/howto_run_dbg.htm For details on DBGSESSID syntax, please check FAQ page: http://www.nusphere.com/kb/technicalfaq/faq_dbg_related.htm |
||||||||||||
_________________ The PHP IDE team |
|
Hi Although it's an old post, I ran into the same problem and found a solution, wich is more, "informative" than Dimitri's one...
The easiest way to pass DBGSESSID is like this
This way, it won't interfere with your CURLOPT_POSTFIELDS. You debugger will then tell you that a new debugging session has started. Answer yes to activate the new debug session and debug your code. VoilĂ ! |
||||||||||||||
|
cURL not stepping into requested page. |
|
||
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