Define how the debugger handles signals.
Debug > Signal Handling...
Stop |
When this checkbox is selected, the debugger stops the application and prints a message when the selected signal occurs. When this checkbox is not selected, the debugger does not stop the application when the selected signal occurs. |
When this checkbox is selected, the debugger prints a message when the selected signal occurs. The debugger can print this message without stopping execution, but it cannot stop execution without printing this message, so selecting Stop automatically selects Print. |
|
Pass To Program |
When this checkbox is selected, the debugger makes the signal visible to the application. When this checkbox is not selected, the debugger does not make the signal visible to the application. |
Copyright © 2001-2011, Intel Corporation. All rights reserved.