diff options
| author | UltraNix <80540499+UltraNix@users.noreply.github.com> | 2021-11-11 16:42:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 16:42:42 +0100 |
| commit | 4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e (patch) | |
| tree | 14591eba74c665f7e3b505e8bd8dd00066a1c9d1 /docs | |
| parent | b1dbe0eab26b19232b69fbeb99224ad5216acdc4 (diff) | |
| download | wiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.tar.gz wiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.tar.bz2 wiki-4c2a0cbf5518635dcd707aee3fe9c4a69e0b5e7e.zip | |
Update restarter/debugger wiki (#650)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/how-to-restart-and-debug.md | 3 |
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: |
