microsoft / microsoft/vscode-python-debugger

I don't see the eye icon in the Python debugger variables view

Aperta
#324 8 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@karthiknadig ci sta già lavorando.

Dal 8/8/2024.

bug
Lingua principale
TypeScript
Stelle
180
Fork
126
Merge medio
2g 3h
PR unite (30g)
3

Descrizione

Testing #323

Linux with Python 3.10.12
VS Code 1.89.0-insider, Commit: 347777655976bbc8460f833449592dd0a9a8f340, 2024-04-23T05:52:42.886Z
Python v2024.5.11141012 (pre-release)
Python Debugger v2024.5.11141008 (pre-release)

Create a file

def main():
    i = 29
    k = 39.8
    i = i + 3

if __name__ == "__main__":
    main()
  • set breakpoint on i = i + 3
  • Use the Run button in the editor toolbar and select Python Debugger; Debug a Python file
  • breakpoint is reached
  • check the variables view. I expected to see the eye icon after i and k

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.