microsoft / microsoft/vscode-java-debug
stepFilters skipClasses setting not honored
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
I'm having an issue configuring vscode to prevent stepping into .class files while debugging. Am I on the right path by updating launch.json configuration with the example below? Is there another setting that would override the debugger? I'm still seeing vscode step into springframework .class files given the setting here:
"configurations": [ .... { "stepFilters": { "skipClasses": [ "org.springframework.*" ] } }
Environment
- Operating System: Mac OS X
- JDK version: openjdk version "11.0.10"
- Visual Studio Code version:Version: 1.68.1
- Java extension version: Extension Pack for Java v0.23.2022061300
- Java Debugger extension version: v0.41.0
Steps To Reproduce
- Configure
launch.jsonwith"stepFilters": { "skipClasses": [ "org.springframework.*" ] } - Run springframework app in debug and observe class files are stepped into.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
launch.json の stepFilters 構成から始め、提供された org.springframework.* パターンを Spring アプリケーションで使用して問題を再現します。Java debugger extension が skipClasses をどのように読み取るかを追跡し、構成を適用したときに stepping が一致する .class ファイルに入らなくなることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, typescript, vscode
- 領域
- developer-experience, devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100