Is there a Variable Explorer for PyCharm

前端 未结 11 700
旧巷少年郎
旧巷少年郎 2020-11-30 20:46

I recently changed from Spyder to PyCharm as a Python IDE. In Spyder I have often used the variable explorer feature (see picture). Is

11条回答
  •  -上瘾入骨i
    2020-11-30 21:27

    Step 1. Make a breakpoint by pressing on the right of the line numbers. Step 2. Click the debug button or right click then debug Step 3. Press the button above the settings button in the console to view the variables Step 4. Double click the variable of what you want to check the values. You can also right click that particular variable and view it as a dataframe.

提交回复
热议问题