Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool DebugInterface::m_pause_on_entry = false;
45
46
bool DebugInterface::isAlive()
47
{
48
return VMManager::HasValidVM();
49
}
50
51
bool DebugInterface::isCpuPaused()
52
{
Callers
15
openContextMenu
Method · 0.80
GetDisassemblyTitleLine
Method · 0.80
DisassemblyStringFromAddress
Method · 0.80
toggleBreakpoint
Method · 0.80
DebuggerWindow
Method · 0.80
onStepInto
Method · 0.80
onStepOver
Method · 0.80
onStepOut
Method · 0.80
mouseDoubleClickEvent
Method · 0.80
customMenuRequested
Method · 0.80
onSearchButtonClicked
Method · 0.80
paintEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected