Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ _clearDebuggerConsole
Method
_clearDebuggerConsole
valdi/vscode_debugger/src/adapter/threads.ts:1080–1085 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1078
}
1079
1080
_clearDebuggerConsole(): Dap.OutputEventParams {
1081
return
{
1082
category:
'console'
,
1083
output:
'\x1b[2J'
,
1084
};
1085
}
1086
1087
async
_formatException(
1088
details: Cdp.Runtime.ExceptionDetails,
Callers
1
_onConsoleMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected