Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » is it required to propagate debugger settings to subsequent pages?
is it required to propagate debugger settings to subsequent pages? [message #43777] Thu, 16 August 2007 00:36 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Stopping at breakpoints outside of index.php?
Next Topic:M2 release true?
Goto Forum:
  


Current Time: Thu Jan 02 23:41:17 GMT 2025

Powered by FUDForum. Page generated in 0.03142 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top