0
votes

I was using VScode's remote debugging for python files. The remote debugging function works well for a few days, suddenly it couldn't go into the breakpoint and keep the following state for a long time: enter image description here through the CALL STACK sidebar, we can see enter image description here

seems subprocess kept running all the time. Could anyone tell me what happened to vscode? How could I fix this problem?

sorry that I forget to say, vscode 1.57.1 and python 3 are used.blender987
Could you provide a sample code with the breakpoint location to reproduce your error?ymentha14