Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 421 Bytes

huntrace

Command line interface to ionelmc's hunter tracing library. Analogous to ltrace.

Usage

# Trace the top level code in cookiecutter
> huntrace cookiecutter

# Trace the the top level and what it calls / imports in cookiecutter
> huntrace cookiecutter --depth 2

# Print the filterwarnings function call
> huntrace cookiecutter --depth 2 -f filterwarnings