TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc
NA
663
0
C# edit values while stepping through code in .net debugger
Jun 4 2013 7:57 PM
In a C# 2008 desktop application while using the .net debugger, I can sometimes change the values of some fields in the locals window. However there are other times I can not change the value.
The following is a couple of examples of circumstances I would like to know how to change the value:
1. A .net object is not created and the value is set to null. I would like to be able to change some of the values in the object that was not created.
2. A string [] table contains not elements. I would like to be able to add rows to the table that originally contained no rows.
Can you tell me how to edit values in the above circumstances while using the .net debugger?
Reply
Answers (
1
)
Install Error
Write C programs of theses questions.