Unbound breakpoint
Problem
Issue Type: <b>Bug</b> Hi, After my VS Code updated to the latest version for some reason i can no longer place a breakpoint anywhere in my code. When i place a breakpoint, it gives the round circle without red and it says "Unbound breakpoint". This is a little bit disappointed. Below is the launch.json configuration: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Chrome - CIS5", "url": "https://localhost:3000", "webRoot": "${workspaceFolder}", "sourceMaps": true, "sourceMapPathOverrides": { "webpack:///./": "${workspaceRoot}/" } } ] } VS Code version: Code 1.47.0 (d5e9aa0227e057a60c82568bf31c04730dc15dcd, 2020-07-09T08:02:06.629Z) OS version: Windows_NT x64 10.0.17763 <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904)| |GPU Status|2d_canvas: enabled<br>flash_3d: enabled<br>flash_stage3d: enabled<br>flash_stage3d_baseline: enabled<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>oop_rasterization: disabled_off<br>protected_video_decode: enabled<br>rasterization: enabled<br>skia_renderer: disabled_o
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Unbound breakpoint
Fyi you can set `debug.javascript.usePreview: false` to temporarily used the old debugger. However, please collect trace logs using the instructions above so that your issue can be fixed, as this option will eventually go away.
Trust Score
7 verifications
- 1
Fyi you can set `debug.javascript.usePreview: false` to temporarily used the old
Fyi you can set `debug.javascript.usePreview: false` to temporarily used the old debugger.
- 2
However, please collect trace logs using the instructions above so that your iss
However, please collect trace logs using the instructions above so that your issue can be fixed, as this option will eventually go away.
Validation
Resolved in microsoft/vscode GitHub issue #102493. Community reactions: 30 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep