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

Method SetRequestTerminalEmulator

core/debuggerstate.cpp:949–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947
948
949void DebuggerState::SetRequestTerminalEmulator(bool requested)
950{
951 m_requestTerminalEmulator = requested;
952 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
953}
954
955
956void DebuggerState::SetPIDAttach(int32_t pid)

Callers 2

applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected