Hi!
You could be talking about two different things, I'm not sure. If you mean pause
a running program from a command line then you use:
Ctrl-Z
If you use Ctrl-C, it quits the program. Once you've paused a program from the
command line, you type:
fg
Which brings it back to the foreground.
If
Hi,
I am confused by continue a program. I just used CTRL-C to pause the program
but I could not continue the program by `c`. Pls help me.
Regards,
Sitha.
--
View this message in context:
http://www.nabble.com/Help-for-debug-and-pause-tf2760997.html#a7714151
Sent from the Cygwin Users mailing
sitha wrote:
Hi Everybody,
I am bit new to cygwin.
I want to know about two things very clearly pls help me.
1. how to debug a program written in C++? Pls give me little detail
explanation.
Use 'gdb' like so 'gdb '. must have been
compiled with the '-g' switch.
2.How to pause a program whi
3 matches
Mail list logo