MCPcopy Create free account
hub / github.com/Norbyte/bg3se / BeginUpdatingNodeBreakpoints

Method BeginUpdatingNodeBreakpoints

BG3Extender/Osiris/Debugger/Debugger.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void BreakpointManager::BeginUpdatingNodeBreakpoints()
84 {
85 DEBUG("Debugger::BeginUpdatingNodeBreakpoints()");
86 pendingBreakpoints_.reset(new std::unordered_map<uint64_t, Breakpoint>());
87 }
88
89 ResultCode BreakpointManager::AddBreakpoint(uint32_t nodeId, uint32_t goalId, bool isInit, int32_t actionIndex, BreakpointType type)
90 {

Callers 1

HandleSetBreakpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected