Tips/VScode

why need "purpose" for vscode debug mode?

Learever 2023. 9. 18. 11:58

https://stackoverflow.com/questions/51244223/visual-studio-code-how-debug-python-script-with-arguments

 

Visual Studio Code: How debug Python script with arguments

I'm using Visual Studio Code in order to debug a Python script. Following this guide, I set up the argument in the launch.json file: But when I press on Debug, it says that my argument is not reco...

stackoverflow.com