debug_stop_in_debugger

@returns(none)
def debug_stop_in_debugger()

Raises a SIGINT signal to get the attention of the debugger. When not running under the debugger, we don't want to stop, so we ignore the signal for just the moment that we raise it.