From 4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:42:42 +0100 Subject: Update restarter/debugger wiki (#650) --- docs/how-to-restart-and-debug.md | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit