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 f232a6d commit ed2421bCopy full SHA for ed2421b
src/test/debugger/misc.test.ts
@@ -458,7 +458,7 @@ let testCounter = 0;
458
});
459
console.log('step2');
460
const pythonFile = path.join(debugFilesPath, 'multiThread.py');
461
- const breakpointLocation = { path: pythonFile, column: 1, line: 16 };
+ const breakpointLocation = { path: pythonFile, column: 1, line: 15 };
462
await debugClient.setBreakpointsRequest({
463
lines: [breakpointLocation.line],
464
breakpoints: [{ line: breakpointLocation.line, column: breakpointLocation.column }],
0 commit comments