You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, even if source maps are present, TS breakpoints will not be hit if the test runner debug option is used. This should work "out-of-the-box" without configuration.
Workaround
Add the resolveSourceMapLocations manually to your workspace settings.json debugOptions file:
This is because js-debug's outFiles always defaults to looking in the out directory of your workspace. I will make a change in the debugger to guess based on the package.json main entrypoint instead.
connor4312
transferred this issue from microsoft/vscode-extension-test-runner
Jul 5, 2024
By default, even if source maps are present, TS breakpoints will not be hit if the test runner debug option is used. This should work "out-of-the-box" without configuration.
Workaround
Add the resolveSourceMapLocations manually to your workspace settings.json debugOptions file:
The text was updated successfully, but these errors were encountered: