Reading input during debugging in Python with VSCode

后端 未结 7 2074
执笔经年
执笔经年 2020-12-05 07:53

Here is the extension for python I used in the vs code: python extension.

When I use the debugging feature provided by the extension, it will hang in there and do no

相关标签:
7条回答
  • 2020-12-05 08:32

    VS Code has an option for you to Debug with Python console.

    You just hit Ctrl + Shift + D and beside the blue play icon, click the down arrow, and choose Python Console App instead of just Python, like this:

    0 讨论(0)
提交回复
热议问题