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.
プログラムの定数の進化、実際には小さなものを1つのファイルに保存することは可能ですか? つまり、によって送信された情報を保存する方法はありpdbますか?
pdb
たとえば、次のコードがあるとします。
a = 1 b = 2 a = a + b
以下のようなものが欲しいです。
a initialized to 1 b initialized to 2 a + b stored in a
正確には、あなたが何を求めているのか、少し混乱しています。しかし、loggingを実装したいようです。