On 2/12/06, Vitor Dantas de Andrade <[EMAIL PROTECTED]> wrote:
>
> The code is very simple, its like :
>
> If lista.Count = 0 then FillFunction()
>
> The problem is, when i get to this line, the debugger shows lista.Count =
> 3,
> but the code enters the FillFunction()
> Lista is a generics list
>
> I found that the code is running right, but Visual Studio is showing the
> wrong value on the watch list. It“s a bug, but on Vstudio rather then the
> framework ...
>

I would bet that your pdb file is out-of-sync with the binary.  Are you sure
that the pdb file is correct for the binary that you are debugging?

--
Steve Johnson

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to