Inouk Python 3 DeBugger for Visual Studio Code (Alpha)IntroductionThis extension allows to use the Ikp3db Python debugger with Visual Studio Code. IKp3db is the python debugger used by Cloud9 then AWS Cloud9 since 2016. While this is a preliminary version, it is stable enough to be used daily. Features available in this extension
Features not available
Why this extension ????I was unable to use VS Code default python debugger with some of my projects.
As I searched further I found this: https://github.com/microsoft/vscode-python/issues/5375 So I decided to try to integrate IKp3db (the debugger) into VS Code and wrote this extension. If you're also concerned by the issue above, you may give a try to IKp3db for VS Code. RequirementsThis VS Code extension requires:
IKp3db debugger requires:
Note that remote debugging of Python programs running on Linux from VS Code running on Windows should work. InstallationThis extension, requires the ikp3db debugger (version 1.5 or above) python package. Installation of the IKp3db debuggerIK3db version 1.5 or above must be available in PYTHONPATH (or current
virtualenv).
Note: ikp3db 1.5 will be hosted on Check: https://test.pypi.org/project/ikp3db/#history to select the latest 1.5 pre-release. Extension Settings / Debugger configurationHere is a typical IKp3db Launch configuration:
3 configuration options are required:
pythonPathDefault is to use VS Code cwdCurrent Working Directory of debugged program. Usually the directory from where
you launch your program. programAbsolute path (or relative path from cwd) of program to debug. LicenceThis extension is Licenced under MIT. DocumentationPlugin documentation is here. Sources and References
Release Notes |