{
// 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-test",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"stopOnEntry": true,
"cwd": "${workspaceFolder}",
},
]
}
Set a breakpoint to a
import numpystatement and step into it. It'll raise:Could not load source '<string>': Source unavailable.VS Code Insiders 1.33.0
Extension version 2019.3.6215
launch.json file: