1

I need to debug a program which segfaults at uneven intervals. The program has a while(true) loop.

While debugging via GDB, it stops and asks for the Enter key to be pressed to continue. However, I want the program to run until it crashes. How do I do that in GDB?

4

1 回答 1

1

使用set height 0set pagination off参考

于 2012-08-11T05:00:32.047 回答