-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
Description
It takes a lot of time when you trying to start the spring boot app in the debug mode.
The time can be seen in next message:
#704 (comment)
I actually have the same issues on my machine
Environment
- Operating System: Tested on Windows 10 and Linux (Ubuntu 20.04)
- JDK version: 11.0.9 amazon-correto or adoptopendjk (both have same behaviour)
- Visual Studio Code version: latest stable
- Java extension version: latest stable
- Java Debugger extension version: latest stable
Steps To Reproduce
- [step 1] Put a breakpoint
- [step 2] Launch the spring boot app of reasonable size (pet clinic will work fine)
Current Result
It takes a while to hit first breakpoint
Expected Result
First breakpoint hit is comparable to eclipse client hit speed
MiguelRipoll23 and rsc1975