Re: PHP Debugging in Quanta+
Alexander Yurchik <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
> 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&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>