Files
azerothcore_installer/ac_crash.gdb
2026-01-30 10:04:49 +01:00

7 lines
124 B
Plaintext

define hook-stop
echo \n===== CRASH DETECTED =====\n
bt full
thread apply all bt
echo \n===== END CRASH =====\n
end