Probably
https://devnet.jetbrains.com/message/5526866
John Hunter's
when I start debugging, no breakpoints are ever hit (it does open up the page in Chrome and I get the message' 'JetBrains IDE Support is debugging this tab).I have set breakpoints in my ES6 js files and the generated js files.I feel like I am missing something, I know>
The same phenomenon appears to be occurring as stated in .
If you look at what I said after that,
gulp.src
seems to have worked, but
in the project.
Gulp.src(['plugin/**/*.es6')
does not get a hit and
When I search gulp.src
, there are a few hits in node_modules
, but where should I mess with it? (Or should I mess with node_modules
...)
Is there anyone who worked well on the ES6 breakpoint?
javascript ruby-on-rails gulp npm rubymine
I read the quoted interaction, but I don't think gulp.src
is mentioned in particular.
What is mentioned is
//@sourceMappingURL
from the .js filesourceRoot
printed, and after specifying the correct value, it started to work (this is the last gulpfile)That's about it.
Comparing the two gulpfiles written by Mark, I am concerned that the designation of includeContent
is increasing...but why don't you check the above two points first?
© 2024 OneMinuteCode. All rights reserved.