bug in vc debugger?
- From: "Lokicer" <lokicer@xxxxxxx>
- Date: Sun, 16 Oct 2005 23:34:10 +0800
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.
Any help would be appreciated.
thanks a lot!
Lokicer
.
- Follow-Ups:
- Re: bug in vc debugger?
- From: Oleg Starodumov
- Re: bug in vc debugger?
- Prev by Date: error C2593: 'operator <<' is ambiguous
- Next by Date: Re: bug in vc debugger?
- Previous by thread: error C2593: 'operator <<' is ambiguous
- Next by thread: Re: bug in vc debugger?
- Index(es):
Relevant Pages
|
Loading