[nostalgia] Add gdblogger config

This commit is contained in:
Gary Talent 2019-02-25 20:45:57 -06:00
parent 76830ae91c
commit c32fe257cc
2 changed files with 14 additions and 0 deletions

2
.gdbinit Normal file
View File

@ -0,0 +1,2 @@
source deps/ox/gdblogger.py
run

12
.gdblogger.json Normal file
View File

@ -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"
}
]
}