feat(dap): show messages printed via `TRACE_PRINT_LN`
- Lingua principale
- Rust
- Stelle
- 1
- Fork
- 8
- Merge medio
- 2g 13h
- PR unite (30g)
- 16
Descrizione
These are triggered for instance by `println` calls in a Rust program and therefore they should be shown in the **DAP**.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Look at the DAP (Debug Adapter Protocol) implementation in the codebase, likely in a `dap` module or server. Find where trace messages from `TRACE_PRINT_LN` are captured and need to be forwarded to the client. Check existing output handling for other messages. The change involves modifying the debug adapter to send these messages as output events. Test by running a Rust program with `println` in the debugger and verifying the output appears in the DAP client.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- rust
- Ambito
- devtools
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 55/100