8000 GitHub - mvds314/ipdab: A Debug Adapter Protocol for the ipdb debugger
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mvds314/ipdab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipdab

UNDER CONSTRUCTION

A Debug Adapter Protocol for the ipdb debugger.

Installation

pip install git+https://github.com/mvds314/ipdab.git

Or, clone the repository and install with:

pip install -e .

Usage

Just like ipdb, use ipdab in the code you want to debug:

print("Hello, world!")
print("Starting ipdab...")

import ipdab

ipdab.set_trace()

print("This will be debugged.")

About

A Debug Adapter Protocol for the ipdb debugger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0