quanta@mail.kde.org
[Top] [All Lists]

Re: [Quanta] PHP Debugging in Quanta+

Subject: Re: [Quanta] PHP Debugging in Quanta+
From: Alexander Yurchik
Date: Mon, 3 Dec 2007 22:29:50 +0200
> The only difference I see is this
>
> > xdebug.remote_autostart=off
>
this is doesn't matter cuz I'm always starting debug manually by adding 
XDEBUG_SESSION_START to the url


> I have it set to "on" (or to be more exact to 1).
>
> I also have a line like this:
> zend_extension = ${extension_dir}"/xdebug.so"
>
> but you probably have it somewhere else in the php config files.
Yeah

> This shouldn't matter if your Quanta project is configured correctly.
> Please post the <DBGp> part of you project.session file. Change
> the "sensitive" strings (like server name) if you want, but let me know
> if the apache & xdebug is running on the same machine where Quanta or
> not.
>
> Andras

apache& xdebug are running on localhost


<!DOCTYPE webprojectsession>
<webprojectsession>
  <session usePreviewPrefix="0" previewPrefix="" usePersistentBookmarks="0" >
    <itemcursorpositions/>
    <debuggers>
      <DBGp>
        <localproject/>
        <localbasedir>/var/www/test</localbasedir>
        <serverbasedir>/test</serverbasedir>
        <listenport>9000</listenport>
        
<startsession>http://localhost/%rfpp?XDEBUG_SESSION_START=1&amp;XDEBUG_PROFILE</startsession>
        <defaultexecutionstate>break</defaultexecutionstate>
        <errormask>0</errormask>
        <profilerfilename>/tmp/cachegrind.out.%a</profilerfilename>
        <profilerfilename_map>0</profilerfilename_map>
        <profiler_autoopen>0</profiler_autoopen>
      </DBGp>
    </debuggers>
  </session>
  <teamdata yourself="" />
</webprojectsession>

_______________________________________________
Quanta mailing list
Quanta@xxxxxxxxxxxx
https://mail.kde.org/mailman/listinfo/quanta

<Prev in Thread] Current Thread [Next in Thread>