On 27 Nov 2003, at 11:08, Nick Zitzmann wrote:
> This may be a dumb question, but I can't find the answer in the GDB
> manual or in-program help...
>
> When I launch GDB from the command line, how do I get it to pause when
> it's running some code on command (e.g. not using breakpoints)? In
> Xcode's debugger I just press the "Pause" button, but how does Xcode
> tell the debugger to pause execution when the button is pressed, and
> can I duplicate that at the command line?
Press CTRL-C. GDB catches the SIGINT that it generates and stops the
program, just the same as if you press Pause in Xcode.
Kind regards,
Alastair.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References:
>Pausing GDB? (From: Nick Zitzmann <email@hidden>)