Re: [Komodo-3-beta] Debugging...
by Shane Caraveo other posts by this author
Jul 1 2004 10:57PM messages near this date
view in the new Beta List Site
Re: [Komodo-3-beta] Debugging...
|
Re: [Komodo-3-beta] Debugging...
xdebug doesn't currently have a break function, but it could be added.
If the session stop is not working, then that is a bug we need to
look at. Once that gets fixed, do you still see a need for the break
function? The start/stop lets you work without modifying the script,
which I think is better.
Shane
gary sekinger wrote:
> Many times I want to debug a page that I post to. Every php file had a
> "#asdbg_break();" line at the top and I simply needed to uncomment that
> line to debug. This new setup is a real pain. I have an Apache server
> running and when I start debugging a page by using the
> "XDEBUG_SESSION_START=foo" variable, every page that goes through the
> web server is sent to my komodo editor. I'm getting pages sent over to
> komodo even after using the XDEBUG_SESSION_STOP tag.
>
> Is asdbg_break dead? Will I be able to selectively debug pages again?
>
> gary
>
> Derick Rethans wrote:
>
> > On Wed, 30 Jun 2004, Alex Fernandez wrote:
> >
> >
> >> The help file with Komodo 3.0 Beta 4 states that we have to manually add
> >> a GET var to the URL in order to trigger the remote debugger. Do we have
> >> to do this when we're running the debugger locally on a local web
> >> server? If so, then how are we supposed to debug pages which have forms?
> >> Does this mean we have to edit the file to add the GET var to the form
> >> action before being able to debug? We didn't have to do this with Komodo
> >> 2.5.2.
> >
> >
> >
> > You only need to do that for the first page, after that Xdebug tracks
> > this for you (with a cookie). For more information on how Xdebug does
> > this, see here:
> > http://www.xdebug.org/docs-debugger.php#browser_session
> >
> > regards,
> > Derick
> > _______________________________________________
> > Komodo-beta mailing list
> > Komodo-beta@[...].com
> > http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
> >
> >
>
>
> _______________________________________________
> Komodo-beta mailing list
> Komodo-beta@[...].com
> http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
Thread:
Alex Fernandez
Shane Caraveo
Derick Rethans
Alex Fernandez
Derick Rethans
Derick Rethans
Gary Sekinger
Shane Caraveo
Derick Rethans
Shane Caraveo
|