[xdebug-general] Re: xdebug run troubles

From: Derick Rethans <derick[@]xdebug.org>
Date: Wed, 13 Feb 2008 09:19:37 +0100 (CET)

On Wed, 13 Feb 2008, Rory McKinley wrote:

> I have installed xdebug and I am using it with the vim plugin on my
> localhost. It's working great, with the one exception being the debugging. I
> can step over, step in or step out. But after the first run command (to
> start debugging), run just doesn't work. The debugger will generally stay at
> the first line (or if I stepped over a few times, the line where I stopped
> stepping over).

[snip]

> 6 : send =====> run -i 6
> 6 : recv <===== {{{ <?xml version="1.0" encoding="iso-8859-1"?>
> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="
> http://xdebug.org/dbgp/xdebug" command="run" transaction_id="6"
> status="stopped" reason="ok"></response>
> }}}
> 7 : send =====> run -i 7
>
> Transaction 6 is where the problem comes in - the server says its status is
> stopped - can anybody see what the cause of this problem is?

"stopped" simply means that the end of the script has been reached. You
should be able to see that by running a "stack_get" command.

regards,
Derick

-- 
Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Wed Feb 13 2008 - 09:19:37 GMT

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