MCPcopy
hub / github.com/microsoft/vscode-js-debug / pauseAndNext

Function pauseAndNext

src/test/breakpoints/breakpointsTest.ts:1304–1308  ·  view source on GitHub ↗
(p: ITestHandle)

Source from the content-addressed store, hash-verified

1302 'does not interrupt stepOver with instrumentation breakpoint (#1556)',
1303 async ({ r }) => {
1304 async function pauseAndNext(p: ITestHandle) {
1305 const { threadId } = p.log(await p.dap.once('stopped'));
1306 await p.logger.logStackTrace(threadId);
1307 return p.dap.next({ threadId });
1308 }
1309
1310 const p = await r.launchAndLoad(`
1311 <script>

Callers 1

breakpointsTest.tsFile · 0.85

Calls 4

logStackTraceMethod · 0.80
logMethod · 0.65
onceMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected