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

Passing commandline options to gdb #28

Closed lukehutch closed 2 years ago

lukehutch commented 3 years ago

I can't see a way to pass commandline arguments to gdb. Can you please add an option for this?

rohanrhu commented 3 years ago

https://github.com/rohanrhu/gdb-frontend/issues/26

rohanrhu commented 2 years ago

I've added the option.

--gdb-args="ARGS", -G "ARGS"
lukehutch commented 2 years ago

Awesome, thanks!