microsoft / microsoft/vscode-python-debugger

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

オープン
#324 コメント 8 件 リアクション 0 件 担当者 1 名 GitHub で見る

@karthiknadig がすでに取り組んでいます。

2024年8月8日 から。

bug
主要言語
TypeScript
スター
181
フォーク
126
平均マージ
2日 3時間
マージ済み PR(30日)
3

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。