VSCode Breakpoints work in test file but not in source files (via vscode-jest and jest/bin/jest
)
#439
Labels
kind: support
Asking for support with something or a specific use case
scope: integration
Related to an integration, not necessarily to core (but could influence core)
Current Behavior
When I debug my tests using VS Code and vscode-jest the breakpoints in the *.test.ts trigger but the breakpoints in the src *.ts files do not trigger. The breakpoint is a gray circle and states "Breakpoint ignored because generated code not found (source map problem?)".
Expected behavior
Breakpoints should be enabled for all source
Suggested solution(s)
Additional context
launch.json
package.json
Your environment
The text was updated successfully, but these errors were encountered: