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

Function dumpStackAndContinue

valdi/vscode_debugger/src/test/stacks/stacksTest.ts:11–15  ·  view source on GitHub ↗
(p: TestP, scopes: boolean)

Source from the content-addressed store, hash-verified

9
10describe('stacks', () => {
11 async function dumpStackAndContinue(p: TestP, scopes: boolean) {
12 const event = await p.dap.once('stopped');
13 await p.logger.logStackTrace(event.threadId!, scopes);
14 await p.dap.continue({ threadId: event.threadId! });
15 }
16
17 itIntegrates('eval in anonymous', async ({ r }) => {
18 const p = await r.launchAndLoad('blank');

Callers 1

stacksTest.tsFile · 0.85

Calls 3

logStackTraceMethod · 0.80
onceMethod · 0.65
continueMethod · 0.65

Tested by

no test coverage detected