-
Notifications
You must be signed in to change notification settings - Fork 37
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
Running M-x dape
gives file-local-name: Wrong type argument: stringp, nil
#182
Comments
Hey!
If that is a typo I would need the backtrace.
|
Ah, sorry for that, it is indeed a typo. The actual text there is:
And here is the backtrace:
|
Strange it looks like I don't think it will fix your issue but you seam to have an older What happens if you specify
|
Yes! That did it! If I specify the Thank you! Do you think this issue should be closed, or left open to investigate the |
Either I don't get how to actually start a debugging session, or something is wrong. Whenever I run
M-x dape
in a Python file (that has a breakbpoint) it asks me:I confirm that.
Then I get an error:
Emacs is:
My
init.el
config is:My
dape.el
version is:0.16.0
.My Python
venv
has:So I got
debugpy
and a language server (https://github.com/python-lsp/python-lsp-server).So
file-local-name
is not a string? Do I interpret the error correctly? And what presumes it to be existing and why is it not a string? I am not sure what causes the issue.The text was updated successfully, but these errors were encountered: