MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / set_context

Method set_context

windows/debug/localdbg.py:26–28  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

24 return self.dbg.get_exception_context()
25
26 def set_context(self, context):
27 # The context returned by 'self.context' already modify the return context in place..
28 pass
29
30class LocalDebugger(object):
31 """A debugger interface around :func:`AddVectoredExceptionHandler`.

Callers 12

detachMethod · 0.45
_pass_breakpointMethod · 0.45
single_stepMethod · 0.45
set_argMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected