summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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: