[xdebug-general] Re: Issue with remote debugging

From: McGuire, Ben <bmcguire[@]qualcomm.com>
Date: Fri, 23 Jul 2010 10:58:16 -0700

It looks to be something within the code that is causing an issue. Once I hit a certain function call the debug session dies and apache restarts. I'm not sure what the code actually is that is causing this but I will investigate. Is this common with xdebug?

Ben

From: Nathan Bruer [mailto:thegreatall[@]gmail.com]
Sent: Thursday, July 22, 2010 2:50 PM
To: McGuire, Ben
Cc: xdebug-general[@]lists.xdebug.org
Subject: Re: [xdebug-general] Issue with remote debugging

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<mailto: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 Fri Jul 23 2010 - 18:58:30 BST

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