debugging - How do I generate a SIGINT when using XCode to debug? -



debugging - How do I generate a SIGINT when using XCode to debug? -

my console app traps sigint can exit gracefully.

pressing ctrl+c within xcode while programme beingness debugged, though, has no effect.

i can find process , utilize terminal window send sigint process, i'm hoping there's simpler solution can within xcode.

the pause button of debugger console sends sigint app. if want create debugger pass signal app can following:

press pause button of debugger , wait debug console gain focus type handle sigint pass , press enter press continue button

now pressing 1 time again pause button of debugger console of xcode create sigint nail app.

if don't want debugger stop sigint catched might want add together handle sigint nostop previous list.

xcode debugging sigint

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -