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

Method __init__

api/python/debuggercontroller.py:365–369  ·  view source on GitHub ↗
(self, reason: DebugStopReason, last_active_thread: int, exit_code: int, data)

Source from the content-addressed store, hash-verified

363
364 """
365 def __init__(self, reason: DebugStopReason, last_active_thread: int, exit_code: int, data):
366 self.reason = reason
367 self.last_active_thread = last_active_thread
368 self.exit_code = exit_code
369 self.data = data
370
371
372class ErrorEventData:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected