diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 00000000..ed638c1d --- /dev/null +++ b/.gdbinit @@ -0,0 +1,2 @@ +source deps/ox/gdblogger.py +run diff --git a/.gdblogger.json b/.gdblogger.json new file mode 100644 index 00000000..5ef494d8 --- /dev/null +++ b/.gdblogger.json @@ -0,0 +1,12 @@ +{ + "log_functions": [ + { + "function": "ox::trace::gdblogger::captureLogFunc", + "ignore_frames": 3, + "file_var": "file", + "line_var": "line", + "channel_var": "ch", + "msg_var": "msg" + } + ] +}