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

Method launch_and_wait

api/python/debuggercontroller.py:734–738  ·  view source on GitHub ↗

Launch the target and wait for all debugger events to be processed

(self)

Source from the content-addressed store, hash-verified

732 return dbgcore.BNDebuggerLaunch(self.handle)
733
734 def launch_and_wait(self) -> bool:
735 """
736 Launch the target and wait for all debugger events to be processed
737 """
738 return dbgcore.BNDebuggerLaunchAndWait(self.handle)
739
740 def restart(self) -> None:
741 """

Callers 10

run_onceMethod · 0.95
test_return_codeMethod · 0.95
test_step_intoMethod · 0.95
test_breakpointMethod · 0.95
test_threadMethod · 0.95
test_assembly_codeMethod · 0.95

Calls

no outgoing calls

Tested by 10

run_onceMethod · 0.76
test_return_codeMethod · 0.76
test_step_intoMethod · 0.76
test_breakpointMethod · 0.76
test_threadMethod · 0.76
test_assembly_codeMethod · 0.76