Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ getUiDebuggerGuardMode
Function
getUiDebuggerGuardMode
src/utils/environment.ts:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
getUiDebuggerGuardMode(): UiDebuggerGuardMode {
60
return
getConfig().uiDebuggerGuardMode;
61
}
62
63
function
normalizeEnvWithPrefix(
64
prefix: string,
Callers
1
guardUiAutomationAgainstStoppedDebugger
Function · 0.90
Calls
1
getConfig
Function · 0.90
Tested by
no test coverage detected