diff --git a/README.org b/README.org index 72ec81f..25f3dd0 100644 --- a/README.org +++ b/README.org @@ -49,6 +49,9 @@ I use emacs for development of this, although I am also a fan of vim. My debug build process involves static analysis with clang and cppcheck, and dynamic analysis with address-sanitizer and leak-sanitizer. + My debug evaluation process involves gdb/mi run with the arguments + =-ex "handle SIGPIPE nostop noprint pass" --args weechat -a 2>asan.log= + since part of weechat and it's default plugins use SIGPIPE as control. I have no real requests for style of pull requests besides a wish that you keep vaguely to the style I have adopted for this project.