Главная страница | назад





Article #16509: Can't see global variables on IDE debugger

 Question and Answer Database
FAQ1509C.txt Can't see global variables on IDE debugger
Category :IDE
Platform :All
Product : BC++5.x
Question:
With all optimizations turned off on BC 5.01, the debugger still
tells me that a given global variable has been optimized on a
Watch Window. How can I see it?
Answer:
Go Options | Project | Compiler | Code Generation and set
Register Variables to None. You can also declare the variables
to be volatile.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99