- Notifications
You must be signed in to change notification settings - Fork12
IDE-like Python debugger for Atom
License
NotificationsYou must be signed in to change notification settings
dpo/atom-python-debugger
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An Atom package for an IDE-like Python debugging experience.
This package is a modification ofswift-debugger. Thanks toaciidb0md3r!
alt-r/option-r: hide/show the debugger viewalt-shift-r/option-shift-r: toggle breakpoint at the current line
- Install using APMThe
$ apm install python-debugger language-pythonlanguage-pythonpackage provides syntax highlighting - Open the Python file to debug and insert breakpoints
- Press
alt-rto show the debugger view - Insert input arguments in the input arguments field if applicable
- Hit the
Runbutton. Focus moves to the first breakpoint. - Use the buttons provided to navigate through your source. You can enter debugger commands directly in the command field.
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.
- Breakpoints inserted with
alt-shift-ror 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. - No remote debugging.
- No watched variables or expressions.
Pull requests welcome!
Happy debugging!
About
IDE-like Python debugger for Atom
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
