[xdebug-general] xdebug with vim problem

From: Jignesh Thummar <jignesh.thummar[@]gmail.com>
Date: Thu, 4 Sep 2008 01:56:50 +0530

 always get this very unhelpful error message after hitting F5 and then
refreshing the browser page to connect:

waiting for a new connection on port 9000 for 5 seconds...
Connection closed, stop debugging
(, AttributeError("DbgProtocol instance has no attribute 'stop'",),
)
File "/usr/share/vim/vim71/plugin/debugger.py", line 1078, in debugger_run
debugger.run()
File "/usr/share/vim/vim71/plugin/debugger.py", line 928, in run
self.protocol.accept()
File "/usr/share/vim/vim71/plugin/debugger.py", line 560, in accept
self.stop()

My XDEBUG_SESSION_START cookie is also stored in browser.
I've Xdebug v2.0.3 and vim 7.1. Rest of the things are working fine in
xdebug. I'm trying it in my localhost and on localhost 9000 port is open.
I have vim with the +python and +signs flags compiled, so I know python is
working (I even tried some python from the command mode inside vim). It
seems like a very simple process to set up... I've got the .vim and .py
debugger files in my .vim/plugin directory.

Can you please help me?

- Jignesh
Received on Wed Sep 03 2008 - 22:32:15 BST

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