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

Method __repr__

api/python/debuggercontroller.py:257–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 raise AttributeError(f"attribute '{name}' is read only")
256
257 def __repr__(self):
258 return f"<DebugBreakpoint: {self.module}:{self.offset:#x}, {self.address:#x}>"
259
260
261class ModuleNameAndOffset:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected