diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-18 07:07:05 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-18 07:07:05 +0100 |
commit | 11debc7cae0c4b2bf0bd36c17a880a48bcbded53 (patch) | |
tree | 6fbb175e864301392117595e1dd7fce4e1c323fd /doc/en/weechat_user.en.asciidoc | |
parent | a7103d8b1e7560029202006c3ebfcd8d8e3611f0 (diff) | |
download | weechat-11debc7cae0c4b2bf0bd36c17a880a48bcbded53.zip |
doc: remove obsolete note about package weechat-dbg and path to binary (user's guide) (closes #363)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index a9662648a..534150496 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -430,10 +430,6 @@ in '/home/xxx/', then run gdb with this command: gdb /usr/bin/weechat /home/xxx/core ---- -[NOTE] -If you installed binary package 'weechat-dbg' (for example under Debian), then -you can use this path for WeeChat binary: '/usr/lib/debug/usr/bin/weechat' - Then under gdb, use command `bt full` to display backtrace. You will see something like that: |