Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ destroyInstance
Method
destroyInstance
pcsx2-qt/Debugger/DebuggerWindow.cpp:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void DebuggerWindow::destroyInstance()
147
{
148
if (g_debugger_window)
149
g_debugger_window->close();
150
}
151
152
bool DebuggerWindow::shouldShowOnStartup()
153
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected