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

Adding spring-devtools and starting the app causes Eclipse debugger to catch #899

Open
tepi opened this issue Aug 9, 2019 · 1 comment

Comments

@tepi
Copy link

tepi commented Aug 9, 2019

Eclipse 2019-06 JEE on MacOS 10.12.6.

Steps to reproduce:

  1. Download Full stack app with spring starter from vaadin.com
  2. Import to Eclipse
  3. Run Application.java as Java application
  4. Confirm the app works in browser -> OK
  5. Stop the application
  6. Add spring-devtools as per instructions on vaadin.com
  7. Re-run Application.java as Java application in debug mode
  8. On startup in debug mode Eclipse debugger catches on org.springframework.boot.devtools.restart.SilentExitExceptionHandler.exitCurrentThread()
@alvarezguille
Copy link
Member

Seems to be a known issue
spring-projects/spring-boot#3100

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