Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37476688
en ru br
ALT Linux repos
S:0.3.2-alt2

Group :: Development/Python3
RPM: python3-module-debug

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3.2-alt2
Build date: 29 november 2019, 07:42 ( 229.6 weeks ago )
Size: 5801 b

Home page:   https://pypi.python.org/pypi/debug

License: Free
Summary: Start fancy debugger in a single statement
Description:

Start fancy debugger in a single statement.

People debug with print. It's great in simple cases. Another debugging
tool, pdb, is less popular as it requires more effort: one has to do a
Google search, skim through documentation, type some long "trace...
sth", and all of this only to get some unfriendly two-color shell that
doesn't even seem to understand how tab key should work.

This project FTFY: you import debug and you find yourself in a debugger
with syntax highlighting, tab completion, and readable dir()
alternative. From there you can pretend you're just using interactive
console -- you don't have to know any pdb commands, just remember that
"c" closes debugger and goes back to your program.

(What really happens is that we simply start ipdb and import see for
you.)

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-debug
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin