Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 25th, 2004, 11:46 PM
Authorized User
 
Join Date: Oct 2004
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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



 
Old November 26th, 2004, 01:22 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

ToUpper, ToString etc might now work in the Immedeate window. You can assign it to a variable and try printing the variable. You can also add code to write to the console.

    Console.WriteLine(myVal.ToUpper());

Regards
Ganesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with debugger dhavaldesai VS.NET 2002/2003 0 August 10th, 2008 01:36 AM
JIT Debugger and .NET framework 1.1 help!!! toomuchsugar512 VS.NET 2002/2003 0 December 27th, 2006 12:02 PM
sql debugger dkspivey SQL Server 2000 1 January 12th, 2006 11:07 AM
Problem with Microsoft Script Debugger Barrymore Classic ASP Basics 1 June 21st, 2005 06:19 PM
Cant start the debugger vb.net local or remote? humour General .NET 0 September 6th, 2004 09:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.