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?