pyplugins.analysis.indiv_debug module¶
- class pyplugins.analysis.indiv_debug.IndivDebug[source]¶
Bases:
PluginPlugin for debugging individual programs
This plugin is for running debugging tools such as strace, ltrace, and gdbserver on individual processes rather than the entire system. You might want to do this if, for example, you want to debug the HTTP server process without the overhead or loss of fidelity from tracing the entire system.