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
See https://trac.sagemath.org/ticket/30484 - help is welcome in writing
instructions for our documentation
On Wednesday, April 13, 2022 at 1:33:14 AM UTC-7 hohoa...@gmail.com wrote:
> Dear All,
>
> There was a related discussion here:
>
> https://ask.sagemath.org/question/43240/sagemath-and-vsco