-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Unable to debug with Bun VSCode Extension #8250
Comments
same problem but in mac intel |
does the breakpoint work with web debugging? |
also, i am having issue with ngrok, it doesn't work, always giving me error:
|
cool. I rolled the version back to 1.0.22 and it worked normally. |
which way you used to install 1.0.22 |
pnpm install bun@1.0.22 --global |
You can also run |
@Electroid I tried AssumptionThe URL format
ErrorFailed to start inspector:
40 | }
41 | },
42 | close: () => {
43 | writer.close(), pendingMessages.length = 0;
44 | }
45 | }, parseUrl = function(input) {
^
TypeError: "ws+unix://C:\Users\[USER_NAME]\AppData\Local\Temp\fee8lxqt44n.sock?break=1" cannot be parsed as a URL.
at internal:debugger:45:23
at new Debugger (internal:debugger:124:14)
at internal:debugger:100:13 |
same problem here, on Windows Edit: seems #8851 is the one to monitor |
I have also encountered this issue and am hoping for a resolution. |
What version of Bun is running?
1.0.23
What platform is your computer?
mac m1
What steps can reproduce the bug?
Install Bun VSCode extension and try to debug a file
What is the expected behavior?
It should start the debug mode
What do you see instead?
I see an error in the debug console
Additional information
I checked no port is in use. I just installed the extension and tried for the first time.
The text was updated successfully, but these errors were encountered: