64kramsystem / 64kramsystem/ghidra-vice-connector
Display VICE version info in trace
- Lingua principale
- Python
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Description
`ViceBmpClient.vice_info()` is already implemented and returns the VICE version string, but it's never displayed to the user.
## Proposed implementation
- Call `vice_info()` during `populate_initial_state()`
- Set it as an attribute on the Session or C64 object (e.g., `_vice_version`)
- Include it in the C64 `_display` string (e.g., "C64 (VICE 3.8.0)")
## Why this matters
Minor quality-of-life improvement — helps users confirm which VICE version they're debugging against, useful for bug reports and compatibility checks.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.