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
With the newest debugger, the method used to debug our node app no longer works the same. The breakpoints appear unbound, but the breakpoint gets hit inside the sourcemap file, not the original file like it used to. Replication repo: https://github.com/brandonlee781/vs-code-debugging-issue
Steps to Reproduce:
Run terminal command "npm run dev"
Start the Attach debugger task
Place a breakpoint inside the express route. The breakpoint will appear unbound.
With the newest debugger, the method used to debug our node app no longer works the same. The breakpoints appear unbound, but the breakpoint gets hit inside the sourcemap file, not the original file like it used to. Replication repo: https://github.com/brandonlee781/vs-code-debugging-issue
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: