problem with xdebug vim plugin
Posted
by Naga Kiran
on Stack Overflow
See other posts from Stack Overflow
or by Naga Kiran
Published on 2009-03-03T07:50:50Z
Indexed on
2010/05/20
22:20 UTC
Read the original article
Hit count: 319
Hi,
I am using xdebug plugin for vim. After making few changes i was able to run debugger but not able to set breakpoints. So, I enabled xdebug.remote_log and below is the log statements corresponding to setting breakpoint.
<- breakpoint_set -i 5 -t line -f file:///C:\htdocs\testLocal.php -n 36 ->
Its issuing request to debugger in proper format only but no idea why debugger is returning "command is not avilable". Please let me know if anything is wrong.
© Stack Overflow or respective owner