MCPcopy Create free account
hub / github.com/Vector35/debugger / TargetExitedEventData

Class TargetExitedEventData

api/python/debuggercontroller.py:385–393  ·  view source on GitHub ↗

TargetExitedEventData is the data associated with a TargetExitedEvent * ``exit_code``: the exit code of the target

Source from the content-addressed store, hash-verified

383
384
385class TargetExitedEventData:
386 """
387 TargetExitedEventData is the data associated with a TargetExitedEvent
388
389 * ``exit_code``: the exit code of the target
390
391 """
392 def __init__(self, exit_code: int):
393 self.exit_code = exit_code
394
395
396class StdOutMessageEventData:

Callers 1

_notifyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected