Replies: 1 comment 2 replies
-
It's the same for nvim-dap. But this needs to be implemented in debugpy first (microsoft/debugpy#1074) and nvim-dap. I have some early prototype for that as well, but would need at least one debug-adapter implementation to wrap up it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We have a python application running in k8s, and along with it a Celery worker to manage tasks etc. I'm trying attach to the instance, which seems to work, but not catching any breakpoints :(
It's just working out of the box in VSCode, and usually I'm a native Vim user, but vimspector does not support Celery, because of multiprocessing. However, I've been searching this forum, and are a bit uncertain if I'm supposed to get it working or not, and I hope you are able to help me out :)
Adapter config:
Configuration:
Above is kinda the same config which just works in VSCode:
And the log from nvim-dap:
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions