Suppose we have an application, which reads something from standard input and accept command line arguments.
Suppose we have an application, which reads something from standard input
Q : How to execute application under GDB?
A :gdb application
A :
gdb> run parameters ... < input_file
No comments:
Post a Comment