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

Method Pause

api/debuggercontroller.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
353void DebuggerController::Pause()
354{
355 BNDebuggerPause(m_object);
356}
357
358
359// Convenience function, either launch the target process or connect to a remote, depending on the selected adapter

Callers 3

performPauseMethod · 0.45
SetupMenuMethod · 0.45
InitializeUIMethod · 0.45

Calls 1

BNDebuggerPauseFunction · 0.85

Tested by

no test coverage detected