64kramsystem / 64kramsystem/ghidra-vice-connector

Display VICE version info in trace

Ouverte Adaptée aux débutants
#7 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
priority: medium
Langage dominant
Python
Étoiles
1
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

## 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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Cherchez la classe ViceBmpClient et sa méthode vice_info(). Ensuite, trouvez populate_initial_state() pour voir où l’appeler et définir l’attribut version. La chaîne _display de l’objet C64 doit être mise à jour pour inclure la version. Exécutez l’outil pour vérifier que la version apparaît dans la sortie.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
cli, tooling
Type d'issue
Fonctionnalité
Difficulté
2/5
Temps estimé
1-3 heures
Activité
À l'abandon
Clarté
Clairement spécifiée
Accessibilité débutants
70/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.