added lldb set up

This commit is contained in:
2025-08-27 21:00:04 -04:00
parent 1e6f10abee
commit 0739c41e4e

View File

@@ -0,0 +1,9 @@
log enable -f /azerothcore/env/dist/logs/lldb_log.txt lldb commands process
target create /azerothcore/env/dist/bin/worldserver
settings set target.process.python-os-plugin-path ""
run
thread backtrace all
frame variable
process status