MCPcopy Create free account
hub / github.com/Snapchat/Valdi / asyncScopesNotAvailable

Function asyncScopesNotAvailable

valdi/vscode_debugger/src/dap/errors.ts:207–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 createUserError(error, ErrorCodes.InvalidLogPointBreakpointSyntax);
206
207export const asyncScopesNotAvailable = () =>
208 createSilentError(
209 localize('asyncScopesNotAvailable', 'Variables not available in async stacks'),
210 ErrorCodes.AsyncScopesNotAvailable,
211 );
212
213export const invalidBreakPointCondition = (params: Dap.SourceBreakpoint, error: string) =>
214 createUserError(

Callers 1

scopesMethod · 0.90

Calls 1

createSilentErrorFunction · 0.85

Tested by

no test coverage detected