Closed
Description
Describe the bug
boot-java.live-information.automatic-tracking.on
is not working as described on vscode.
To Reproduce
- set
boot-java.live-information.automatic-tracking.on
to true - open a springboot project. e.g. spring-petclinic
- debug the project, live hover information is not shown.
- at this time, if you manually run command
manage live spring boot process connections
, and pick the correct process, it fails after several retries.
Sample
https://github.com/spring-projects/spring-petclinic
I remember long time ago it was working well and live information was shown by default. And I find this commit 2cecd45 changed its default value from true
to false
. So what was the purpose to turn it off?