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

Method stop_reason_str

api/python/debuggercontroller.py:1344–1348  ·  view source on GitHub ↗

String description of the target stop reason

(self)

Source from the content-addressed store, hash-verified

1342
1343 @property
1344 def stop_reason_str(self) -> str:
1345 """
1346 String description of the target stop reason
1347 """
1348 return dbgcore.BNDebuggerGetStopReasonString(self.stop_reason)
1349
1350 def write_stdin(self, data: str) -> None:
1351 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected