Skip to content

Commit d1c4a2f

Browse files
committed
Add some debugging to try to find macos issue
1 parent d2af94e commit d1c4a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/features/DebugSession.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ describe("DebugSessionFeature E2E", function slowTests() {
489489
console.log(`${editor?.document.uri.path} doesn't match ${cmdletSourcePath.path}`);
490490
}
491491
});
492+
console.log(debug.breakpoints);
493+
console.log("Waiting for editor change");
492494
await waitForEditorChange();
493495
const debugStopped = await debug.stopDebugging(undefined);
494496

0 commit comments

Comments
 (0)