Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ ClearAllBreakPoints
Method
ClearAllBreakPoints
pcsx2/DebugTools/Breakpoints.cpp:230–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void CBreakPoints::ClearAllBreakPoints()
231
{
232
if (!breakPoints_.empty())
233
{
234
breakPoints_.clear();
235
Update();
236
}
237
}
238
239
void CBreakPoints::ClearTemporaryBreakPoints()
240
{
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected