is it required to propagate debugger settings to subsequent pages? [message #43777] |
Thu, 16 August 2007 00:36 |
Eclipse User |
|
|
|
Originally posted by: mseritan.de-dash-co-de.com
I have debugging working with PDT and XDebug. The following arguments
are appended to my first page and everything works there.
&XDEBUG_SESSION_STOP=ECLIPSE_DBGP&KEY=11872225831487
However the site requires me to login and by the time I get to submit
the initial page I wanted to get to the debugger doesn't stop on
breakpoints anymore. Do I have to save the above parameters in the
session and append them to all the URLs GET/POST that I go through?
Thanks for any pointers,
Marius
|
|
|
Re: is it required to propagate debugger settings to subsequent pages? [message #43823 is a reply to message #43777] |
Thu, 16 August 2007 03:14 |
Eclipse User |
|
|
|
Originally posted by: mseritan.de-dash-co-de.com
Marius Seritan wrote:
> I have debugging working with PDT and XDebug. The following arguments
> are appended to my first page and everything works there.
>
> &XDEBUG_SESSION_STOP=ECLIPSE_DBGP&KEY=11872225831487
>
> However the site requires me to login and by the time I get to submit
> the initial page I wanted to get to the debugger doesn't stop on
> breakpoints anymore. Do I have to save the above parameters in the
> session and append them to all the URLs GET/POST that I go through?
>
> Thanks for any pointers,
>
> Marius
As usually reading some more was the solution here. The xdebug plugin
will generate a cookie that gets passed from page to page. Debugging
works now throughout the session. I am going through the eclipse tcp/ip
forwarder not sure what will happen when I disable that :) For now I
need to track down this one issue.
Marius
|
|
|
Powered by
FUDForum. Page generated in 0.03142 seconds