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

page reloads after debugger is resumed #1605

Closed
2 of 10 tasks
Michael-Janke opened this issue Sep 19, 2018 · 2 comments
Closed
2 of 10 tasks

page reloads after debugger is resumed #1605

Michael-Janke opened this issue Sep 19, 2018 · 2 comments

Comments

@Michael-Janke
Copy link

Issue details

If chromes debugger stops for a break point and I resume the execution the browser reloads the page.

Steps to reproduce/test case

  • start debugger
  • wait 5 seconds
  • resume

Please specify which version of Browsersync, node and npm you're running

  • Browsersync [ 2.24.7]
  • Node [ 8.11.3]
  • Npm [ 6.3.0]

Affected platforms

  • linux
  • windows
  • OS X
  • freebsd
  • solaris
  • other (please specify which)

Browsersync use-case

  • API
  • Gulp
  • Grunt
  • CLI

for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync

gulp.task('browser-sync', ['nodemon'], function() {
	browserSync.init(null, {
		proxy: "http://localhost:3100",
        browser: false,
        port: 7000,
        reloadOnRestart: false
	});
});

@janmattfeld
Copy link

Hi Michael, possibly a duplicate of #1591 ?

@Michael-Janke
Copy link
Author

@janmattfeld Hi! Yes, I think so! Thanks!

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

2 participants