MCPcopy Create free account
hub / github.com/microsoft/debugpy / cant_handle

Method cant_handle

src/debugpy/common/messaging.py:524–526  ·  view source on GitHub ↗

Same as self.error(MessageHandlingError, ...).

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

522 return self.error(InvalidMessageError, *args, **kwargs)
523
524 def cant_handle(self, *args, **kwargs):
525 """Same as self.error(MessageHandlingError, ...)."""
526 return self.error(MessageHandlingError, *args, **kwargs)
527
528
529class Event(Message):

Callers 7

spawn_debuggeeFunction · 0.80
launch_requestMethod · 0.80
attach_requestMethod · 0.80
lock_and_handleMethod · 0.80
_process_requestMethod · 0.80
pause_requestMethod · 0.80

Calls 1

errorMethod · 0.95

Tested by 1

pause_requestMethod · 0.64