Ludovic_han
2007-11-02 16:20:16 UTC
cat input.txt > myprogram -path "/home/user/work"
I try to debug the code with gdb inside emacs, by M-x gdb, I try to load the program with the command:
gdb cat input.txt > myprogram -path "/home/user/work"
However, gdb does not like it.
I'm pretty new to gdb, so please anyone tell me how to start my program in gdb correctly. Thanks!