rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

gdbinit support #26

Closed zzdts closed 2 years ago

zzdts commented 3 years ago

How to config GDB when gdb-frontend start ? It seems not read .gdbinit file when i have start with -w option?

rohanrhu commented 2 years ago

I've added --gdb-args="ARGS", -G "ARGS" option. You can specify your .gdbinit with it.