Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IDE-like Python debugger for Atom

License

NotificationsYou must be signed in to change notification settings

dpo/atom-python-debugger

Repository files navigation

Build StatusBuild status

An Atom package for an IDE-like Python debugging experience.

This package is a modification ofswift-debugger. Thanks toaciidb0md3r!

Keyboard Shortcuts

  • alt-r/option-r: hide/show the debugger view
  • alt-shift-r/option-shift-r: toggle breakpoint at the current line

How to use

  1. Install using APM
    $ apm install python-debugger language-python
    Thelanguage-python package provides syntax highlighting
  2. Open the Python file to debug and insert breakpoints
  3. Pressalt-r to show the debugger view
  4. Insert input arguments in the input arguments field if applicable
  5. Hit theRun button. Focus moves to the first breakpoint.
  6. 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.

Atom Python Debugger

Current limitations

  • Breakpoints inserted withalt-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.
  • No remote debugging.
  • No watched variables or expressions.

Pull requests welcome!

Happy debugging!

About

IDE-like Python debugger for Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp