Re: static and global variables in XP
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Fri, 24 Feb 2006 02:00:57 -0800
I have Windows Studio V. 6.0 but it won't show static and global variables.
Googling in the groups I saw that there is a bug in XP and the usual remedy
is to use Win2000.
Is there any workaround in VC6?
AFAIK no (see also my reply in the kernel newsgroup).
But I am only aware of the problem with static variables, haven't yet heard
that it also affects globals, so that can be a different issue. To be sure, try to create
a new application with statics and globals, build it with the following options
and see if the problem persists:
Compiler: /Zi
Linker: /debug /debugtype:cv /pdb:<filename> / pdbtype:con
(all these options can be set in the project settings in IDE)
Oleg
.
- References:
- static and global variables in XP
- From: Karen
- static and global variables in XP
- Prev by Date: static and global variables in XP
- Next by Date: Re: Getting the trace of program flow during execution without putting any debug statements
- Previous by thread: static and global variables in XP
- Index(es):