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