Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrashScope

A lightweight Python debugging tool that automatically prints variables and context when errors happen.

What it does

CrashScope helps you debug Python programs by showing:

  • Local variables at the point of a crash
  • Function arguments when using decorators
  • Full traceback with readable context
  • Cleaner error reports without extra setup

No external tools, no complex configuration.


Installation

pip install crashscope

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages