Home > Mobile >  python code is run with config file, how to debug?
python code is run with config file, how to debug?

Time:04-02

I'm using VScode and would like to use the debugger. My code is set up such that I run it from the terminal specifying a json config file. How can i run VScode's debugger without having to change the code?

CodePudding user response:

enter image description here

You can add the .json files you need here.

  • Related