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

Method SetRequestTerminalEmulator

api/debuggercontroller.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595
596void DebuggerController::SetRequestTerminalEmulator(bool requested)
597{
598 BNDebuggerSetRequestTerminalEmulator(m_object, requested);
599}
600
601
602std::vector<DebugBreakpoint> DebuggerController::GetBreakpoints()

Callers

nothing calls this directly

Tested by

no test coverage detected