Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ __repr__
Method
__repr__
api/python/debuggercontroller.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
raise
AttributeError(f
"attribute '{name}' is read only"
)
57
58
def
__repr__(self):
59
return
f
"<DebugProcess: {self.pid:#x}, {self.name}>"
60
61
62
class
DebugThread:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected