Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ ShouldTriggerGlobalBreakpoint
Method
ShouldTriggerGlobalBreakpoint
OsiInterface/Debugger.cpp:335–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
bool BreakpointManager::ShouldTriggerGlobalBreakpoint(GlobalBreakpointType globalBpType)
336
{
337
return (globalBreakpoints_ & globalBpType) != 0;
338
}
339
340
341
Callers
4
StoryLoaded
Method · 0.80
MergeFinished
Method · 0.80
GameInitHook
Method · 0.80
DeleteAllDataHook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected