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
In attach debug, if there are a lot of local variables containing array of objects, the extension fetch a deep copy back to the editor making each step very slow. IntelliJ run fast by only showing the variable's name and type and only fetch the content when I unfold it in watch panel. I would like to have this on the extension.
Environment
Operating System: Arch
JDK version: 9.0.4
Visual Studio Code version: 1.24.1
Java extension version: 0.26.0
Java Debugger extension version: 0.9.0
The text was updated successfully, but these errors were encountered:
nghduc97
changed the title
[feature request] lazy load object variables with attach debug
[feature request] lazy load object variables while attach debug
Jun 17, 2018
In attach debug, if there are a lot of local variables containing array of objects, the extension fetch a deep copy back to the editor making each step very slow. IntelliJ run fast by only showing the variable's name and type and only fetch the content when I unfold it in watch panel. I would like to have this on the extension.
Environment
The text was updated successfully, but these errors were encountered: