I need to debug a program that requests some options.
This is not working:
$ gdb ./myprogram -option-to-program1 -option-to-program2
gdb writes an error: unrecognized option "-option-to-program1"
How to use it correctly?
I need to debug a program that requests some options.
This is not working:
$ gdb ./myprogram -option-to-program1 -option-to-program2
gdb writes an error: unrecognized option "-option-to-program1"
How to use it correctly?