vaadin / bakery-app-starter-flow-spring

Internal repository for Bakery App Starter for Flow and Spring
The Unlicense
6 stars 13 forks source link

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

Open tepi opened 5 years ago

tepi commented 5 years ago

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 commented 5 years ago

Seems to be a known issue https://github.com/spring-projects/spring-boot/issues/3100