can't debug/ run python code in VS Code (connected to my devbox through remote ssh)

Viewed 10

I've installed python 3.5.3 on my DevBox, while i can run python code in DevBox through Terminal, I can't debug/run python code in VS Code, i'm used to add breakpoints in VS Code so i can write and test my python code immediately. anyone could help?

here's my test code:

if __name__ == "__main__":
    print("i'm  here")
    print("i'm  here")

I want to use Start Debugging/ Run without debugging button in VS Code to run my python code.

0 Answers
Related