MCPcopy Create free account
hub / github.com/Norbyte/ositools / StoryLoaded

Method StoryLoaded

OsiInterface/Debugger.cpp:387–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 void Debugger::StoryLoaded()
388 {
389 ServerThreadReentry();
390 isInitialized_ = false;
391 actionMappings_.UpdateRuleActionMappings();
392 debugAdapters_.UpdateAdapters();
393 if (!debugAdapters_.HasAllAdapters()) {
394 Debug("Debugger::StoryLoaded(): Not all debug adapters are available - some debug calls will not work!");
395 }
396
397 messageHandler_.SendStoryLoaded();
398 if (breakpoints_.ShouldTriggerGlobalBreakpoint(GlobalBreakpointType::GlobalBreakOnStoryLoaded)) {
399 GlobalBreakpointInServerThread(GlobalBreakpointReason::StoryLoaded);
400 }
401 }
402
403 void Debugger::MergeStarted()
404 {

Callers 1

OnAfterOsirisLoadMethod · 0.80

Calls 6

DebugFunction · 0.85
UpdateAdaptersMethod · 0.80
HasAllAdaptersMethod · 0.80
SendStoryLoadedMethod · 0.80

Tested by

no test coverage detected