microsoft / microsoft/vscode-java-debug
[feature request] lazy load object variables while attach debug
オープン
@testforstephen がすでに取り組んでいます。
2018年6月19日 から。
ai-triaged
enhancement
performance
variables
voting
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。