-
Notifications
You must be signed in to change notification settings - Fork 182
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
dap-python, how to set cwd for debugpy when debugging a script #413
Comments
Works for me, although I suspect what might be your issue: |
In a previous commit, :cwd was expanded specifically in `dap-chrome'. Undo that, and centralize expanding :cwd in `dap-start-debugging-noexpand'. This allows :cwd to be a relative path. Fixes #413.
Try using my PR branch, everything should work. |
You are the best, always available to help! I am actually trying to set the
which is what I tried.. it would be ideal not to have to paste the path every time I change target module/project. |
:cwd "${workspaceFolder}" |
All launch.json variables work with |
As title! I tried to set
:cwd
arg in my template but it gets ignored.The text was updated successfully, but these errors were encountered: