You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Same issue here, this issue happens on any project, even new created one (at least new projects that I generates from Spring boot init). This can easily be reproduced by generating a new Spring boot project and start it in debug mode.
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
Steps To Reproduce
Current Result
It takes a while to hit first breakpoint
Expected Result
First breakpoint hit is comparable to eclipse client hit speed
The text was updated successfully, but these errors were encountered: