diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-11 13:05:28 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-11 13:05:28 +0200 |
commit | adf74ec691b78b8c0d7dc8c0378039f126df5270 (patch) | |
tree | c18b659bab2b4a69ecc5840957d11d25cf33a6f4 /doc/it | |
parent | e7d1485c5a5474788bc11f05a37fd0c8f9dcfb2d (diff) | |
download | weechat-adf74ec691b78b8c0d7dc8c0378039f126df5270.zip |
Add note about binary package weechat-dbg in doc, for reporting crashs with gdb
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index f1fad2c56..561dd535b 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -240,6 +240,10 @@ si trova in '/home/xxx/', allora eseguire gdb con questo comando: gdb /usr/bin/weechat-curses /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-curses' + All'interno di gdb, usare il comando `bt full` per visualizzare il backtrace. VerrĂ mostrato qualcosa di simile a questo: |