Skip to content
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

Breakpoint not hit because of sourcemap issues? #228

Open
monamimani opened this issue May 17, 2018 · 0 comments
Open

Breakpoint not hit because of sourcemap issues? #228

monamimani opened this issue May 17, 2018 · 0 comments

Comments

@monamimani
Copy link

Hi Matt,

I use visual studio code, it allows me to put breakpoints in the code launch to debug with chrome and step and inspect the code in one editor. The first time ( a few months ago) that I started to use Budo everything worked well. But at some point, I updated to the new version and the breakpoints are not hit anymore, but I kind of found a workaround.

if my npm script is:
"start": "budo index.js:index.js --live -- -t brfs"
it works but something is wrong ( i'll explain below)

but this doesn't work
"start": "budo index.js:bundle.js --live -- -t brfs"

So the one that works as something odd. When the breakpoints hit it actually hit in the file input.js which is exactly the content of my index.js file.

I realize that it is most likely not a Budo issue, but maybe you know where I can look for.

thanks again for all your good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant