We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5771e55 commit 6528944Copy full SHA for 6528944
src/test/debugger/misc.test.ts
@@ -459,6 +459,7 @@ let testCounter = 0;
459
console.log(`stepx ${stopWatch.elapsedTime}, ${JSON.stringify(output)}`);
460
});
461
console.log(`step2 ${stopWatch.elapsedTime}`);
462
+ await sleep(3000);
463
const pythonFile = path.join(debugFilesPath, 'multiThread.py');
464
const breakpointLocation = { path: pythonFile, column: 1, line: 15 };
465
await debugClient.setBreakpointsRequest({
0 commit comments