Joao, can you elaborate on not being able to debug? is it on a remote
machine or local? Do you have the Debug.Constants definied/verified the
build is in Debug mode? I know those sound obvious but they are easy to
overlook.
Another method (and I use this constantly IN Addition to stepping through)
is to use Debug/Trace .Assert to test the preconditions and use the message
to determine what's going on.
i read in a site that Visual Studio. NET has a bug, and in fact i had the
same bug.
i have a function with a few hundrend lines of code, and i can´t debug it
( is not quite right) , i, can do the debug, but i can´t inspect the results
of the variables and objects.