MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / isAlive

Method isAlive

pcsx2/DebugTools/DebugInterface.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44bool DebugInterface::m_pause_on_entry = false;
45
46bool DebugInterface::isAlive()
47{
48 return VMManager::HasValidVM();
49}
50
51bool DebugInterface::isCpuPaused()
52{

Callers 15

openContextMenuMethod · 0.80
toggleBreakpointMethod · 0.80
DebuggerWindowMethod · 0.80
onStepIntoMethod · 0.80
onStepOverMethod · 0.80
onStepOutMethod · 0.80
mouseDoubleClickEventMethod · 0.80
customMenuRequestedMethod · 0.80
onSearchButtonClickedMethod · 0.80
paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected