Skip to content

Debug: break on exception does not reveal line properly in minified source #145372

@bpasero

Description

@bpasero

Steps to Reproduce:

  1. use insiders
  2. add a breakpoint into src/vs/workbench/services/workingCopy/test/electron-browser/workingCopyHistoryService.test.ts line 150
  3. enable "Caught Exceptions" and "Uncaught Exceptions" break points
  4. debug the addEntry test using the ms-vscode.vscode-selfhost-test-provider extension

=> 🐛 you end up in this file but the line that is breaked on is not revealed properly

image

Rather it should have revealed this line:

image

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions