Hi!
I'm trying to debug a program that I execute WITH parameters.
When trying to do a
gdb programname -par1 -par2
The gdb thinks that -par1 -par2 are parameters for debugging, instead of using them with my program.
How can I solve this?
Thanks!
Eze. ---
Ezequiel Glinsky
eze@bumeran.com
Buenos Aires, Argentina
I'm trying to debug a program that I execute WITH parameters.
When trying to do a
gdb programname -par1 -par2
The gdb thinks that -par1 -par2 are parameters for debugging, instead of using them with my program.
How can I solve this?
Thanks!
Eze. ---
Ezequiel Glinsky
eze@bumeran.com
Buenos Aires, Argentina