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

Function TryDebugBreak

CoreLib/Utils.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void TryDebugBreak()
89{
90#if defined(_DEBUG)
91 if (IsDebuggerPresent() && gCoreLibPlatformInterface.EnableDebugBreak) {
92 DebugBreak();
93 }
94#endif
95}
96
97[[noreturn]]
98void Fail(char const * reason)

Callers 2

FailFunction · 0.85
~StackCheckMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected