rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
GNU General Public License v3.0
2.86k stars 100 forks source link

Passing commandline options to gdb #28

Closed lukehutch closed 3 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 3 years ago

I've added the option.

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

Awesome, thanks!