Re: spring-boot:run in eclipse in v2 M3

2020-05-08 Thread Dan Haywood
Thanks for chasing this down, Brian. On Fri, 8 May 2020, 18:48 Brian K, wrote: > It looks like Spring Boot launches in a fork [1]. Adding this [2] as a > launch parameter allowed me to debug as a "remote application" in Eclipse. > > [1]: > > https://docs.spring.io/spring-boot/docs/current/mav

Re: spring-boot:run in eclipse in v2 M3

2020-05-08 Thread Brian K
It looks like Spring Boot launches in a fork [1]. Adding this [2] as a launch parameter allowed me to debug as a "remote application" in Eclipse. [1]: https://docs.spring.io/spring-boot/docs/current/maven-plugin/examples/run-debug.html [2]: key: spring-boot.run.jvmArguments value: Xrun