我正在尝试调试最简单的python代码。调试器不会遇到任何断点,而只需运行代码即可。
我的python路径设置正确。 StopOnEntry不会对true或false进行任何操作。我已经看到许多与此类似的问题,但是没有一个提供解决方案。我并不倾向于认为这是一个错误,但是事实可能是这样。
print("1")
print("0")
launch.json:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"pythonPath": "${config:python.pythonPath}",
"program": "E:/Program Files/PythonFiles/new.py",
"console": "integratedTerminal"
}
]
}
终端中没有错误消息,只是预期的输出