📜  pdb 列表变量值 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:12.504000             🧑  作者: Mango

代码示例1
locals() and globals() will display all the variables in scope with their values.

You can use dir() if you're not interested in the values.