Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugger suddenly stopped working #180

Closed
sant527 opened this issue Sep 12, 2014 · 4 comments
Closed

debugger suddenly stopped working #180

sant527 opened this issue Sep 12, 2014 · 4 comments

Comments

@sant527
Copy link

sant527 commented Sep 12, 2014

Waiting for a connection (Ctrl-C to cancel, this message will self-destruct in  20  seconds...)
An error occured: <class 'vim.error'>
Traceback (most recent call last):
  File "/home/simha/.vim/bundle/vdebug/plugin/python/start_vdebug.py", line 31, in run
    self.runner.run()
  File "/home/simha/.vim/bundle/vdebug/plugin/python/vdebug/runner.py", line 160, in run
    self.open()
  File "/home/simha/.vim/bundle/vdebug/plugin/python/vdebug/runner.py", line 47, in open
    self.ui.open()
  File "/home/simha/.vim/bundle/vdebug/plugin/python/vdebug/ui/vimui.py", line 75, in open
    raise e
error: Vim(new):E325: ATTENTION

till yesterday debugger was working.
today suddenly after pressing f5. it doesnt show up anything
when i press enter it shows the message above.

@sant527
Copy link
Author

sant527 commented Sep 16, 2014

I found that there is .Debugger.swp file because of which the debugger is not working. Now its working

@sant527 sant527 closed this as completed Sep 16, 2014
@qstrahl qstrahl changed the title debugger suddenlt stopped working debugger suddenly stopped working Sep 16, 2014
@dkinzer
Copy link
Contributor

dkinzer commented Oct 11, 2015

Nice, this helped me too, after an hour of trying to figure out what was going on. Wish the error had given a hint about possible fixes. Thanks!

@joonty
Copy link
Collaborator

joonty commented Oct 12, 2015

@dkinzer take a look at #187 - this is something I plan to introduce in version 2.

Thanks

@dkinzer
Copy link
Contributor

dkinzer commented Oct 12, 2015

@joonty thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants