Replies: 2 comments
-
@Ncage1974 I found that by setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bun is much harder to debug compared to NodeJS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get bun working with vscode. I do have the extension installed. I am using the nuxt project. Here is the section in launch.json that works when i use npm:
Here is how i tried to get it to work with bun
When i run it with bun it looks like it starts up & vscode is attached but all my breakpoints are disabled & when i try to hit an api on the server this is what i get:
any ideas?
Thanks.....
Beta Was this translation helpful? Give feedback.
All reactions