feat(tui): enable filtering of output in the `DebugPane`
- 主要言語
- Rust
- スター
- 1
- フォーク
- 8
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 16
説明
The DebugPane currently displays both:
- internal debugger logs (e.g. state transitions), and
- program logs emitted via `TRACE_PRINT_LN`
Developers who use the debugger as a tool probably only want to see the `TRACE_PRINT_LN` related logs. Add filtering as [described in this comment](https://github.com/0xMiden/miden-debug/pull/54#discussion_r3126880909):
> have the default display of the debug window already be filtering for the `stdout` target, and provide keys to toggle the filtering
コントリビューションガイド
調査の方向性
DebugPane のコードを調べて、現在ログがどのように表示されているかを理解します。リンクされたコメントは 'stdout' ターゲットによるフィルタリングについて説明しています。ログが収集されレンダリングされる場所を特定し、デフォルトで TRACE_PRINT_LN ログのみを表示するフィルターを追加し、このフィルターを切り替えるキーバインドを実装します。TUI の既存のキー処理を確認して、切り替え機能を統合します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- devtools
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 65/100