Feature Req: Compound config support.

オープン
#1,041 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
cpp, java, typescript, vscode

調査の方向性

まず、java.test.config が launch.json の外部でどのように指定されているか、またデバッグ操作用の Java テスト構成がどのように生成されるかを確認します。その動作を launch.json における VS Code の複合構成と比較します。完了の条件は、JNI デバッグ用に Java テストと GDB C++ デバッグインスタンスを同時に起動できることです。

索引モデルが issue の本文から書いたものです。

説明

ai-triaged enhancement low-priority test-debugging

Are there any plans to add support for compound configurations (i.e. as the rest of vscode can do through defining compound configurations in launch.json)? Use case is JNI interfaces; want to launch a java test, and simultaneously launch a GDB C++ debugging instance that attaches to java to allow debugging when we reach C++ code.

Right now the specification of java.test.config outside of launch.json and the automated generation of the java side test config (to correspond to the method that we hit debug on) means we can't define a compound debugging config.

Obvious workaround right now is to have multiple instances of vscode running, and manually attach after launching and hitting a breakpoint on the java side, but would be immensely useful to have this natively supported in vscode-java-test.

主要言語
TypeScript
スター
340
フォーク
173
平均マージ
1日 19時間
マージ済み PR(30日)
18

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/vscode-java-test のほかの issue

microsoft/vscode-java-test の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。