diff options
author | Elijah Newren <newren gmail com> | 2007-04-07 22:16:35 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2007-04-07 22:16:35 +0000 |
commit | 0a8bdcdcb3823442ddde34e49967860cefabdcc3 (patch) | |
tree | 5d2c542bb92dae2bd5bed8cded4acd1483ff174f /HACKING | |
parent | 745906b7db747ff328d5617b48d229500365823f (diff) | |
download | metacity-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-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |