summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2007-04-07 22:16:35 +0000
committerElijah Newren <newren@src.gnome.org>2007-04-07 22:16:35 +0000
commit0a8bdcdcb3823442ddde34e49967860cefabdcc3 (patch)
tree5d2c542bb92dae2bd5bed8cded4acd1483ff174f /HACKING
parent745906b7db747ff328d5617b48d229500365823f (diff)
downloadmetacity-0a8bdcdcb3823442ddde34e49967860cefabdcc3.tar.gz
Add an (unbound by default) keybinding for setting spew marks in verbose
2007-04-07 Elijah Newren <newren gmail com> * src/prefs.[ch] (screen_bindings array, META_KEYBINDING_SET_SPEW_MARK definition): * src/keybindings.c (handle_spew_mark, screen_handlers array): Add an (unbound by default) keybinding for setting spew marks in verbose debugging logs. I'm not sure why this was ever removed; I've wanted it so many times. * HACKING: valgrind wants --log-file not --logfile. svn path=/trunk/; revision=3174
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 0b6c864e..d8b67211 100644
--- a/HACKING
+++ b/HACKING
@@ -183,7 +183,7 @@ Debugging information
To run metacity under valgrind, use options typical for any Gnome
program, such as
- valgrind --logfile=metacity.log --tool=memcheck --num-callers=48 \
+ valgrind --log-file=metacity.log --tool=memcheck --num-callers=48 \
--leak-check=yes --leak-resolution=high --show-reachable=yes \
./src/metacity --replace
where, again, the backslashes mean to join all the stuff on the following