An Atom package for an IDE-like Python debugging experience.
This package is a modification of swift-debugger. Thanks to aciidb0md3r!
alt-r
/option-r
: hide/show the debugger viewalt-shift-r
/option-shift-r
: toggle breakpoint at the current line$ apm install python-debugger language-python
The language-python
package provides syntax highlighting
alt-r
to show the debugger viewRun
button. Focus moves to the first breakpoint.The current version should support Python 2.5 and higher, including Python 3. The Python executable to be used while debugging can be changed in the settings.
alt-shift-r
or the command palette after starting the debugger are not taken into account. If you need to add breakpoints mid-course, use an explicit debugger command (e.g., b 25
). The downside is that they won't be highlighted in the editor.Pull requests welcome!
Happy debugging!