How to troubleshoot
#22016
Replies: 2 comments
What were you expecting to happen? Did you set breakpoints and they weren't hit? Your code never ran? |
0 replies
|
Usually the next step is that vs code is running my script, it says something such as I guess I am doing something wrong, but I couldn't find any logs that might indicate why it crashed and didn't proceed with this next step. I eventually solved it by installing a new python environment. |
0 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.
Recently when I start debugging a python file in vs code I get the message
2023-09-18 02:22:31.830 [info] DAP Server launched with command: /.../bin/python /.../.vscode-server/extensions/ms-python.python-2023.17.12581008/pythonFiles/lib/python/debugpy/adapterAnd then nothing happens.
Where can I find logs or any clues of what's going on?
All reactions