Replies: 1 comment
-
I dont know sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm quite new to python with web development and I've been trying to figure out how to debug the codebase with Visual Studio Code.
Do you mind sharing how we could debug with a debugger on Visual Studio Code for say,
content_fetcher.py
? As far as I'm concern, it runs on a separate thread and I couldn't quite get the setup right for debugging it.I'm not sure if you're using visual studio code, but for starters, I'm launching the debugger with the following
launch.json
Beta Was this translation helpful? Give feedback.
All reactions