Re: bug in vc debugger?
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 17 Oct 2005 11:19:24 +0300
> hi, i new a win32 console application, the code is
>
> int main(int argc, char* argv[])
> {
> static int a = 0;
> int b = 0;
> return 0;
> }
>
> i set a breakpoint before "return 0". when i debug it , i watch static
> variable "a" in debugger watch window
> but there is a error"cxx0017:symbol "a" not found. my vc version is 6.0
> without sp5.
If you build on Windows XP, then it is a known bug in the build tools.
The only workaround (known to me) is to build on another operating system.
Regards,
Oleg
[VC++ MVP]
.
- References:
- bug in vc debugger?
- From: Lokicer
- bug in vc debugger?
- Prev by Date: bug in vc debugger?
- Next by Date: LNK1104 Cannot open file MFC42d.lib
- Previous by thread: bug in vc debugger?
- Next by thread: LNK1104 Cannot open file MFC42d.lib
- Index(es):
Relevant Pages
|
Loading