Searched defs:PauseOnExceptionsState (Results 1 – 4 of 4) sorted by relevance
20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enum
59 class PauseOnExceptionsState(Enum): class182 def set_pause_on_exceptions(params: PauseOnExceptionsState):
435 enum class PauseOnExceptionsState : uint8_t { NONE, UNCAUGHT, ALL }; enum