简体   繁体   中英

Chrome DevTools Keeps Refreshing Page

I rely heavily on Chrome DevTools to inspect and debug my front end javascript (Angular 1.6) and have never run into any problems with it until now.

Recently, I have found that casually stepping through my breakpoints causes the page to reload after the final breakpoint. If I step through the breakpoints quickly the page does not reload.

Running the page in the browser without having DevTools open does not cause the page to reload either.

Has anyone run into this before or have any suggestions on how to eliminate this behavior?

Im currently running Chrome Version 68.0.3440.106 (Official Build) (64-bit)

You are probably after heartbeatTimeout config property in browserSync.init:

Browser refresh after breakpoint

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