summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltraNix <80540499+UltraNix@users.noreply.github.com>2021-11-11 16:42:42 +0100
committerGitHub <noreply@github.com>2021-11-11 16:42:42 +0100
commit4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e (patch)
tree14591eba74c665f7e3b505e8bd8dd00066a1c9d1
parentb1dbe0eab26b19232b69fbeb99224ad5216acdc4 (diff)
downloadwiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.tar.gz
wiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.tar.bz2
wiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.zip
Update restarter/debugger wiki (#650)
-rw-r--r--docs/how-to-restart-and-debug.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/how-to-restart-and-debug.md b/docs/how-to-restart-and-debug.md
index 457d3b8..f9a5472 100644
--- a/docs/how-to-restart-and-debug.md
+++ b/docs/how-to-restart-and-debug.md
@@ -66,6 +66,9 @@ Create a file called `gdb.conf` with this inside:
set debug timestamp
run -c ../etc/worldserver.conf
bt
+ bt full
+ info thread
+ thread apply all backtrace full
Then, to debug or create a crashdump you can just use the gdb command as described in its documentation: