frank0268
frank0268
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
I filed a formal issue in the Deno VS Code extension: https://github.com/denoland/vscode_deno/issues/896
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
Thank you!
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
Looks like it's happening because of something going on in the import. If I don't import assertEquals, then I don't get the unexpected break in colors.ts.
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
No description
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
No description
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
No description
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
Debug the test and the VSCode debugger stops at line 54 of Colors.ts
11 replies
DDeno
Created by frank0268 on 8/25/2023 in #help
Debugging test in VSCode always breaks on line 54 of colors.ts
import { assertEquals } from "https://deno.land/std@0.199.0/assert/assert_equals.ts"; Deno.test("hello", () => { assertEquals("hello", "hello"); });
11 replies