Unable to Debug

  • Thread starter Thread starter João Santa Bárbara
  • Start date Start date
J

João Santa Bárbara

Hi all, i have a function in VB.NET which is too big
when i try to debug it, i can´t .
is there a FIX for it ???
JSB
 
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.

--

W.G. Ryan, eMVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 
thsk for the reply, i will try to explain better

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.

is there a patch for it ???

JSB
 
Back
Top