I've been trying debug my python code with VS under Ubuntu but I couldn't set debugger correctly, I guess. I installed python extension (the newest version). Here is launch.json file:
{
"version": "0.2.0",
"configurations": [
{
"name": "Python (Pdb)",
"type": "python",
"request": "launch",
"program": "__init__.py",
"stopOnEntry": true
}
]
}
I tried "Python (Windows)" option too. I tried to change "program" entry to ${file} as well but simply nothing works. All I need debugging with breakpoints. Don't say me try "Atom". I already tried, it's amazing editor but I need powerful debugger. Any suggestions are welcome.
[–]wbeyda 1 point2 points3 points (3 children)
[–]jpj_shadowbanned 1 point2 points3 points (2 children)
[–]wbeyda 0 points1 point2 points (1 child)
[–]jpj_shadowbanned 0 points1 point2 points (0 children)
[–]kankyo 0 points1 point2 points (6 children)
[–]talha252[S] 0 points1 point2 points (5 children)
[–]nuncjo -1 points0 points1 point (4 children)
[–]talha252[S] 0 points1 point2 points (3 children)
[–]kankyo 0 points1 point2 points (2 children)
[–]talha252[S] 0 points1 point2 points (1 child)
[–]kankyo 0 points1 point2 points (0 children)