microsoft / microsoft/vscode-java-debug
Support method and field access breakpoints via source editor and Outline view
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
JDI supports Constructor, Methods entry and exit (normal return or exceptional return) and Field (access and modification) breakpoints. Support these via:
- the source editor
- decompiled .class source editor
However, the best place to support this is via the Outline view. This is because the Outline view shows the structure of the .class files (even if the de-compilation was not possible) as well, not only .java files. Also outline view can support direct and easy setting of these breakpoints.
I am aware of FQCN#method mechanism for adding method breakpoints buy it is not clear how to set this for overloaded methods.
Also CTOR and method breakpoints are useful when the source line numbers do not match the actual compiled class bytecode exactly but is in the neoghborhood.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ソースエディター、逆コンパイルされた .class ソースエディター、Outline view が現在 Java 要素とブレークポイントをどのように公開しているかを確認する。オーバーロードされたメソッドを含む、JDI のコンストラクター、メソッドの開始/終了、フィールドのアクセス/変更ブレークポイントのサポートを定義し、逆コンパイルに失敗するクラスも Outline view の対象に含める。要求された各ビューで動作を検証する。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, typescript
- 領域
- devtools
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100