|
-
Feb 2nd, 2005, 02:45 PM
#1
-
Feb 3rd, 2005, 07:00 PM
#2
Sleep mode
I went throw all the options in the Tools---->Options menu but I couldn't find anything specific except that in the Debugging item . Sry can't be of more help .
-
Feb 3rd, 2005, 07:06 PM
#3
Re: VS.NET IDE Issue
 Originally Posted by Pirate
I went throw all the options in the Tools---->Options menu but I couldn't find anything specific except that in the Debugging item . Sry can't be of more help .
Thanks for trying.
I guess I have to re-install VS.Net..
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Feb 3rd, 2005, 07:18 PM
#4
Sleep mode
oh man , it's sad when you reinstall the whole thing just because of vauge or hidden option .
-
Feb 3rd, 2005, 07:25 PM
#5
Re: VS.NET IDE Issue
 Originally Posted by Pirate
oh man , it's sad when you reinstall the whole thing just because of vauge or hidden option . 
Tell me about it. Its really annoying to have to use Debug.WriteLine to out the variable content when i am debugging, so used to just usiing Break Point and simply puting the mouse over the variable. I will wait for few more days and see if anyone comes up with any suggestion.
May be I should call up MS support or something..
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Feb 3rd, 2005, 07:36 PM
#6
Addicted Member
Re: VS.NET IDE Issue
Highlight the variable. Right click on it and select QuickWatch. Or add to watch and it will display in the watch window. I've had that problem before but a simple restart of Visual Studio and a rebuild of the code fixed it. Also you can go to tools and select Debug Process. Select you app in the list and see if that works.
"And most of the evils of society can, in fact, be cured through information. We have a society that has been disinformed and based on the disinformation has made irrational choices. And that's what I mean by 'ignorance.' People, who ordinarily might be smart, are deprived of the data by which to make a rational decision, don't have the data to do it."
Frank Zappa
-
Feb 3rd, 2005, 07:38 PM
#7
Re: VS.NET IDE Issue
 Originally Posted by MasterBlaster
Highlight the variable. Right click on it and select QuickWatch. Or add to watch and it will display in the watch window. I've had that problem before but a simple restart of Visual Studio and a rebuild of the code fixed it. Also you can go to tools and select Debug Process. Select you app in the list and see if that works.
Thanks for responding. I know about the watch and quickwatch. Its not very useful if you are debugging line by line and checking all variables to find bugs. I seem to have this problem with any project not 1 project. I will try the Debug Process thing you mentioned.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|