debug

Software Screenshot:
debug
Software Details:
Version: 0.2.0
Upload Date: 11 May 15
Developer: Maciej Konieczny
Distribution Type: Freeware
Downloads: 15

Rating: 1.0/5 (Total Votes: 1)

debug is a 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.)

Usage

Put import debug right where you want to start debugging (it's like antigravity).

Thanks to some monkeys and some patches, it will work as many times as you need it to.

Installation

pip install debug

Requirements:

  • Python

Similar Software

Meliae
Meliae

11 May 15

BuGLe
BuGLe

17 Feb 15

Linaro GDB
Linaro GDB

20 Feb 15

Comments to debug

Comments not found
Add Comment
Turn on images!