[xdebug-general] Re: Issue with remote debugging

From: Nathan Bruer <thegreatall[@]gmail.com>
Date: Thu, 22 Jul 2010 15:50:22 -0600

I assume if you disable remote debugging it works fine?

Is port 9000 being listened to with a different program that is not designed
to listen to xDebug?
Make sure no programs are trying to use port 9000, or try changing the
config to something like 9001 or another number to see if the error still
occurs.
One last note, make try using another debugger to try and invoke a debug
session.

I'm no expert, but that's what I would do to help resolve the issue,
-Nathan

On Thu, Jul 22, 2010 at 1:54 PM, McGuire, Ben <bmcguire[@]qualcomm.com> wrote:

> I'm having issues when trying to remote debug with
> hp_xdebug-2.1.0-5.2-vc6.dll. I get the following error in apache when
> attempting to invoke the remote debug " Parent: child process exited with
> status 3958377386 -- Restarting.".
>
>
>
> Here are my xdebug settings
>
> [xdebug]
>
>
> zend_extension_ts="C:\Development\tools\servers\xampplite\php\php_xdebug-2.1.0-5.2-vc6.dll"
>
> xdebug.remote_enable=true
>
> xdebug.remote_host=localhost
>
> xdebug.remote_port=9000
>
> xdebug.remote_handler=dbgp
>
> ;xdebug.profiler_append=0
>
> ;xdebug.profiler_enable=1
>
> ;xdebug.profiler_enable_trigger=1
>
> ;xdebug.profiler_output_dir="C:\Development\tools\servers\xampplite\tmp"
>
> ;xdebug.profiler_output_name
>
> ;xdebug.profiler_aggregate = Off
>
> ;xdebug.profiler_append = Off
>
> ;xdebug.profiler_enable = Off
>
> ;xdebug.profiler_enable_trigger = Off
>
> ;xdebug.profiler_output_dir = "c:\temp"
>
> ;xdebug.profiler_output_name = "cachegrind.out.%p"
>
>
>
> I'm running on windows xp using xampp 1.7.1 (and I do have the
> extension=php_xdebug.dll commented out).
>
> apache: 2.2.11
>
> php: 5.2.9
>
>
>
> Any feedback about this issue would be great, if there is more info I can
> provide that would help please let me know.
>
>
>
> Thanks
>
> Ben
>
Received on Thu Jul 22 2010 - 22:50:24 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST