Concept of Workspace in nvim-dap? #1348
Unanswered
anunayasri
asked this question in
Q&A
Replies: 0 comments
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. I am using
nvim-dap
andnvim-dap-python
for debugging python projects. The project is a library ie can be imported by python app. The structure is the following -I am debugging demo and want to set breakpoints in the library codebase
dvc
. How can I do so usingnvim-dap
?In vscode, I am able to add
dvc
to the workspace and then add breakpoints. Is there a similar concept of workspace innvm-dap
?Secondly, can I set a breakpoint in a third party dependency? Say I use
requests
and want to setup a breakpoint in that code. How to do so?Beta Was this translation helpful? Give feedback.
All reactions