Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug and header() redirect?
XDebug and header() redirect? [message #51962] Sat, 15 September 2007 05:26 Go to next message
Eclipse UserFriend
Originally posted by: bweaver.gomorris.net

I am working on redoing a larger php project that utilizes the header()
redirection technique upon authenticating the user. However, I can't get
pdt and xdebug to follow the redirect. The browser follows it, but the
debugger is left behind. And of course, the part I really need to see is
after the redirect. Is this not possible? Or am I missing something in the
setup.

I have Eclipse 3.3.0 running on Windows XP home.
Java version 6, JRE 1.6.0_02
PDT version 1.0.0.v20070910-79--E7QYHEHWPG
I am using wampserver with Apache 2.2.4 and PHP 5.2.4
I have the php_xdebug-2.0.0-5.2.2.dll installed

The debugger works well otherwise.
Re: XDebug and header() redirect? [message #52017 is a reply to message #51962] Sat, 15 September 2007 12:02 Go to previous message
Ingo Renner is currently offline Ingo RennerFriend
Messages: 40
Registered: July 2009
Member
David Morris wrote:
> I am working on redoing a larger php project that utilizes the header()
> redirection technique upon authenticating the user. However, I can't get
> pdt and xdebug to follow the redirect. The browser follows it, but the
> debugger is left behind. And of course, the part I really need to see is
> after the redirect. Is this not possible? Or am I missing something in the
> setup.

* try to install xulrunner, this should give you an internal (mozilla)
browser.
* configure eclipse to use the internal browser: window -> web browser
-> internal web browser
* configure the debug launcher to "open in browser", "debug all pages"
("advanced" configuration tab)


should do ... at least it does on my Mac


Ingo
Previous Topic:known error? xdebug
Next Topic:XDebug versus ZendDebugger
Goto Forum:
  


Current Time: Sun Dec 22 01:49:12 GMT 2024

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

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

Back to the top