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.
NetBeans でデバッガを使用して、特定のブール変数を監視しました。ブレークポイントで、その変数には「現在のコンテキスト(スタックフレーム)<」がないと言われましたが、それが正確に何を意味するのか疑問に思っています。
簡単な答え: デバッガーは、ブール変数がブレークポイントのメモリにないため、変数を評価できないことを単に伝えます。
よろしく。