On Linux, I am trying to debug a C++ application with gdb in Eclipse CDT.
例如,申请applic.exe
采用某些指挥线论点arg1
和arg2
,并预期有关stdin
的一些数据。 (say, taken from a file input.txt
).
通常,为了在独角实施申请,我会这样做:
cat input.txt | applic.exe arg1 arg2
• 在青少年中使用b子可以做到:
gdb applic.exe
(gdb) run applic.exe arg1 arg2 < input.txt
在Eclipse中,用b子做吗? 我知道,如何具体说明Eclipse Debug Configurations中的论点(和环境),但究竟是什么?