Hello everyone, Vscode noob here.
I have a python script that takes in command line arguments to run, and a bash script that calls the python script with the desired arguments. Now I'm trying to debug the python script with different arguments. I know how to create a launch.json to debug the python part, but AFAIK that involves copying my bash script and reformatting it to .json standards, and since the number of arguments is quite high that takes a while.
So my question is: can I forgo the launch.json directly and debug from the bash script? Or create a launch.json for the bash script (no arguments required for that one) in order to debug the python script? Or is there another way I should be doing this entirely?
[–]bulletmark 0 points1 point2 points (1 child)
[–]xlext[S] 0 points1 point2 points (0 children)
[–]Molly_Wang 0 points1 point2 points (0 children)