简体   繁体   中英

How can you set breakpoints in IDEA that are recognized by Chrome while using Gulp?

I'd like to be able to set a breakpoint in javascript while using Intellij IDEA, but have it recognized by chrome's devtools. We are using gulp for our development web server. Is there a way to make it so that chrome recognizes the breakpoint I set in my IDE? Presuming yes please provide all of the steps required to do that.

If you type debugger; in your code chrome should stop at that point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM