No badges yet
No accepted solutions yet
Unbound Breakpoints in VS Code
Hi pawlean, My launch.json is copied below. Which 'missing' lines are critical for breakpoints to work in all source files? Thanks. { "version": "0.2.0", "configurations": [ { "name": "
Unbound Breakpoints in VS Code
I have a working website developed using next.js. I use VS Code as my development environment to write code, run dev builds, interact with Git, etc. However, I am having problems...