-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unbound breakpoint #107897
Comments
(Experimental duplicate detection) |
/jsDebugLogs |
Same problem here with 1.49.2 version |
@plinionaves please collect a trace log using the instructions above so I can help you out |
Hi @connor4312, I sent my log file in the email mentioned above, thanks in advance |
It doesn't look like your application is loading your "OrderStatusService.ts" anywhere. Where do you expect it to be coming from? |
Really, I tried to debug directly through chrome too but I couldn't find it |
Thanks for the info. Based on that, this is probably not a problem in the scope of VS Code; you may have more luck with StackOverflow and similar. |
I have a same problem in vuejs/vetur#2301. PS. VSCode can get correct code position when |
Your sourcemaps or launch config are set incorrectly. You set a breakpoint in |
Thanks, I think it's a sourcemap problem with esbuild. |
Sounds good. We've not had a followup from the original poster in 7 days, thus closing this issue. |
Steps to Reproduce:
As soon as the browser opens, the breakpoints show as "unbound breakpoint".
I've tried to uninstall and install vs code and the chrome extension, but still getting same behaviour.
Also i tried to install nightly extensions and set debug.javascript.usePreview: false, but couldn't fix it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: