Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ dap-backend.test.ts
File
dap-backend.test.ts
src/utils/debugger/backends/__tests__/dap-backend.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
3
import
type
{ DapEvent, DapRequest, DapResponse } from
'../../dap/types.ts'
;
4
import
{ createDapBackend } from
'../dap-backend.ts'
;
Callers
nothing calls this directly
Calls
12
createMockExecutor
Function · 0.90
createDapBackend
Function · 0.90
createDefaultHandlers
Function · 0.85
createDapSpawner
Function · 0.85
attach
Method · 0.65
getStack
Method · 0.65
getVariables
Method · 0.65
runCommand
Method · 0.65
detach
Method · 0.65
dispose
Method · 0.65
addBreakpoint
Method · 0.65
removeBreakpoint
Method · 0.65
Tested by
no test coverage detected