pyplugins.analysis.indiv_debug module

class pyplugins.analysis.indiv_debug.IndivDebug[source]

Bases: Plugin

Plugin 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.

pyplugins.analysis.indiv_debug.guest_cmd(cmd)[source]

Run a command in the guest, logging output to a file