Re: [sage-devel] Re: SageMath and VScode

2022-04-14 Thread ph h
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

Re: [sage-devel] Re: SageMath and VScode

2022-04-14 Thread Tobias Diez
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