-
Notifications
You must be signed in to change notification settings - Fork 158
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
VdebugEval error "required argument [l:length] missing" #157
Comments
Hi, this is actually addressed in the documentation, in the troubleshooting section. Take a look at Thanks |
@joonty Steps to reproduce:
➜ 854 git:(master) ✗ patch dbgp/client.py < client-8.5.0.patch
|
I think the patch is outdated for the latest version. I've installed the version available in pip (packaged / maintained thanks to @agroszer) and then manually edited Maybe @agroszer would be willing to patch it in his version, as part of the packaging process of every release? Or maybe we should nag upstream about this issue? Although we are not using their IDEs? What do you guys think? EDIT: Here's my version of the patch: https://gist.github.com/doronbehar/2a8e9a76cb0d9c72caf8ab0b9847b4bc |
Hi, this plugin is amazing. However, I encountered this error when I try to issue :VdebugEval.
I am a Linux (XUbuntu 13.04) user and I am using Python 2.7.4 with vim 7.3.1314. I followed the help doc and used Komodo-PythonRemote 8.5.3 for linux x86-64.
Whenever I try to evaluate some variables/expressions with F12 or e or :VdebugEval , I get this error in the debug log window:
- [ERROR] {Fri 25 2014 16:53:39} required argument [l:length] missing
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: