1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: remove obsolete note about package weechat-dbg and path to binary (user's guide) (closes #363)

This commit is contained in:
Sébastien Helleu
2015-03-18 07:07:05 +01:00
parent a7103d8b1e
commit 11debc7cae
6 changed files with 0 additions and 27 deletions
-4
View File
@@ -441,10 +441,6 @@ in '/home/xxx/'. Nun wird gdb mit folgendem Befehl aufgerufen:
gdb /usr/bin/weechat /home/xxx/core
----
[NOTE]
Ist das Binärpaket 'weechat-dbg' (z.B. Debian) installiert dann sollte dieser Pfad zum
starten von WeeChat genutzt werden: '/usr/lib/debug/usr/bin/weechat'
Nun startet man 'gdb' und führt den Befehl `bt full` innerhalb gdb aus um die Fehlermeldung
auszugeben. Eine Fehlermeldung von gdb sieht z.B. wie folgt aus:
-4
View File
@@ -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:
-5
View File
@@ -440,11 +440,6 @@ Par exemple si 'weechat' est installé dans '/usr/bin/' et que le fichier
gdb /usr/bin/weechat /home/xxx/core
----
[NOTE]
Si vous avez installé le paquet binaire 'weechat-dbg' (par exemple sous Debian),
alors vous pouvez utiliser ce chemin pour l'exécutable WeeChat :
'/usr/lib/debug/usr/bin/weechat'
Puis sous gdb, utilisez la commande `bt full` pour afficher la trace.
Vous verrez quelque chose comme ceci :
-5
View File
@@ -463,11 +463,6 @@ si trova in '/home/xxx/', allora eseguire gdb con questo comando:
gdb /usr/bin/weechat /home/xxx/core
----
[NOTE]
Se è stato installato il pacchetto binario 'weechat-dbg' (ad esempio in Debian), è
possibile usare questo path per il binario di WeeChat:
'/usr/lib/debug/usr/bin/weechat'
All'interno di gdb, usare il comando `bt full` per visualizzare
il backtrace. Verrà mostrato qualcosa di simile a questo:
-4
View File
@@ -433,10 +433,6 @@ WeeChat がインストールされているディレクトリでは*ありま
gdb /usr/bin/weechat /home/xxx/core
----
[NOTE]
バイナリパッケージ 'weechat-dbg' をインストールした場合 (例えば Debian で)、WeeChat
バイナリへのパスは '/usr/lib/debug/usr/bin/weechat' のようになります。
gdb の中で `bt full` コマンドを実行するとバックトレースが表示されます。
以下のような出力が得られるはずです:
-5
View File
@@ -441,11 +441,6 @@ znajduje się w '/home/xxx/', uruchom gdb za pomocą tej komendy:
gdb /usr/bin/weechat /home/xxx/core
----
[NOTE]
Jeśli zainstalowałeś pakiet binarny 'weechat-dbg' (na przykład pod Debianem),
wtedy możesz użyć tej ścieżki dla pliku binarnego WeeChat:
'/usr/lib/debug/usr/bin/weechat'
Następnie pod gdb użyj komendy `bt full`, aby wyświetlić log.
Zobaczysz coś podobnego do tego: