python-hunter
Code tracer
A tool for tracing and inspecting Python code during execution to aid in debugging and analysis.
Hunter is a flexible code tracing toolkit.
804 stars
14 watching
47 forks
Language: Python
last commit: 4 months ago
Linked from 3 awesome lists
debuggerdebuggingpythontracer
Related projects:
Repository | Description | Stars |
---|---|---|
khamidou/lptrace | A tool that allows real-time tracing of any Python program's function calls. | 700 |
ionelmc/python-manhole | A tool for interactive debugging of Python applications | 374 |
valyouw/njstrace | A utility that instruments and traces Node.js code, adding functionality to track function calls, arguments, return values, and execution time. | 366 |
kr1s77/abnormalities | Catches global exceptions and provides a callback mechanism to handle them | 5 |
arieljt/vtcodesimilarity-yaragen | Automatically generates Yara rules to hunt for similar code samples based on VirusTotal's code similarity feature. | 96 |
kxxt/tracexec | A utility for tracing execve{,at} and pre-exec behavior in programs. | 276 |
qiajigou/flask-zipkin | An extension for the Flask web framework to integrate with Zipkin, providing features like tracing and transport definitions. | 41 |
chugr/adverb | Tools for distilling and displaying network trace data in an interactive web page format | 12 |
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 30 |
elgris/zipkin-instrumentation-vue-resource | An interceptor for vue-resource that adds tracing functionality to HTTP requests. | 8 |
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
kamilsk/tracer | A lightweight tracing library for Go applications. | 86 |
caseymm/img2geojson | An application for dragging images onto maps and exporting traced paths as GeoJSON files | 18 |
fogleman/pt | A path tracing engine written in Go with various features and a simple API. | 2,083 |
oggy/looksee | A tool that provides introspection into Ruby objects' method ancestry and lookup paths | 364 |