pptop
pptop copied to clipboard
Open, extensible Python injector/profiler/analyzer
Results
2
pptop issues
Sort by
recently updated
recently updated
newest added
Problems attaching to an already-running (`No symbol "__pptop_start_injection" in current context`)
3
Setup: - Docker for Mac - Target: Running container with datadog-agent (Python 3.8 embedded process): ``` docker run --rm -d \ --name dd-agent \ --net host \ -e DD_API_KEY="fake" \...
Nice work, thanks so much for making this! (out of curiosity, any hope for macOS support someday? does it rely on strace/can it use dtrace instead on mac? feel free...