G
Guest
Hi I'm new to c# and .net from a vb6 background and i'm having issues with
the debugging of applications
I am trying to create a watch on an expression
aString.IndexOf(",",0).ToString()
but either in the watch window or the immediate window I get an out of scope
Error
however if the program runs through it returns a value.
Has anyone got an idea of what I am doing wrong
the debugging of applications
I am trying to create a watch on an expression
aString.IndexOf(",",0).ToString()
but either in the watch window or the immediate window I get an out of scope
Error
however if the program runs through it returns a value.
Has anyone got an idea of what I am doing wrong