Hi,
> VS code cannot debug python code that is executed by a shell script.
It looks like he has set the expectation too high.
> My strategy usually is to create a new (temporary) python file that
contains the code I want to debug (or calls the method I want to debug),
and then use the python deb
VS code cannot debug python code that is executed by a shell script. You
have to execute python code directly in order to debug it. My strategy
usually is to create a new (temporary) python file that contains the code I
want to debug (or calls the method I want to debug), and then use the
pytho