Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
When debugging in c# my entire program turns grey?
I was programming in c#, when I decided to check if everything worked, but when I clicked debug, everything was disabled and grey. Any ideas how to fix this?
2 Answers
- GardnerLv 78 years agoFavorite Answer
2 things come to mind:
1: Your program gets caught up in an infinite loop at start up.
2: You have everything disabled at start up.
Debug your program in step mode where it runs your code 1 line at a time to see which is happening.
Source(s): VB.NET Programmer - dorbadLv 44 years ago
ninety% of all modern IDE's have build in debuggers. maximum non IDE platforms deliver with a command line debugger of a few type (gdb and so on) which will assist you single step your code, set ruin factors and so on. As an absolute final hotel you could write to an exterior document from pertinent factors interior of your code and unload the state of variables.