diff --git a/apps/startup-scripts/lldb.conf b/apps/startup-scripts/lldb.conf new file mode 100644 index 000000000..fde30311a --- /dev/null +++ b/apps/startup-scripts/lldb.conf @@ -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