Problem with debugger in VS.NET
Hi all,
I just try to debug my asp.net application, and I had aproblem and I have no idea how to make the debugger work. In immideate window, I try to play with some methods of string object( property works ok).
Example: I have a string myVal = "This is a test";
In immideate window, I tried to debug but it gave me an error.
?myVal.ToUpper()
error: 'myValper' does not exist
How can we make it work?
John
|