Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将程序常量的演变(确实是一个小程序)保存在一个文件中?换句话说,有没有办法存储发送的信息pdb?
pdb
例如,假设我们有以下代码。
a = 1 b = 2 a = a + b
我想要类似下面的东西。
a initialized to 1 b initialized to 2 a + b stored in a
我对你到底在问什么有点困惑。但听起来你想实现logging。