microsoft / microsoft/vscode-java-debug
Support wildcards on function breakpoints
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
Version tested : 0.58.1
Well, the title says it all. I'd want to use wildcards on a function breakpoint.
For example, to stop at anything from package foo.bar I'd like to:
foo.bar.**.*
- I have tested exactly this way and it did nothing at all.
It would be a great addition for us to investigate that obscure problem in the code.
It may imply in creating a way to specify what I want to search. It would be even better :
pkg://foo.bar.**
class://*FooBar
<etc>
I don't know, maybe it is already possible with some other detail, please let me know then. From my research I could just find that FQDNs are being supported.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、エントリポイントは特定されていません。まず、関数ブレークポイントがどのように指定され、照合されるかを追跡し、次にワイルドカードと検索スコープの意図されたセマンティクスを明らかにします。完了条件には、提案されたパターンに関する文書化された動作とカバレッジを含める必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, typescript, vscode
- 領域
- devtools
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 28/100