abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-server debug problem

Tyler713 opened this issue · comments

I can use terminal in vscode-server to run my python file ,but I wanna try to debug my py file ,it failed.
did anyone succeed to debug on vscode-server?

I found a way to solve this .just change the ms-python extension to 2020.8,and the debug function will start to work.