debug
Description:
[ Version ( since = "1.0.11" ) ]
public string debug (string subcmd, string[] extraargs) throws Error
public string debug (string subcmd, string[] extraargs) throws Error
debugging and internals
The debug command exposes some internals of guestfsd
(the guestfs daemon) that runs inside the
hypervisor.
There is no comprehensive help for this command. You have to look at the file daemon/debug.c in the libguestfs source to find out what you can do.
Parameters:
this |
A GuestfsSession object |
extraargs |
an array of strings |
Returns:
the returned string, or NULL on error |