From: Richard Jones Date: Mon, 6 Apr 2009 10:43:14 +0000 (+0100) Subject: Debugging tips. X-Git-Tag: 0.4~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=bf17bf81fef275892d24458ce5f1e5290b426742 Debugging tips. --- diff --git a/HACKING b/HACKING index b2fab3e..cdcca68 100644 --- a/HACKING +++ b/HACKING @@ -21,8 +21,19 @@ Formatting Try to use GNU / Emacs default formatting, following the convention used elsewhere in the source. +Please make sure that the code compiles without warnings. + +Please test any changes + +Debugging +---------------------------------------------------------------------- + +Use 'guestfish -v', which will show error messages etc from the +daemon. + Patches ---------------------------------------------------------------------- Submit patches to the fedora-virt mailing list: http://www.redhat.com/mailman/listinfo/fedora-virt +and CC to rjones@redhat.com