Debugging with Visual Studio 2010 and VB.NET: Immediate fails due to proection level
- by marco.ragogna
It happens quite frequently, more times per day, that with Visual Studio 2010, during the debugging, when I used Immediate commands like:
? NamedVariable
I receive the following error:
'NamedVariable' is not declared. It
may be inaccessible due to its
protection level.
In this case also other debug features seems gone, but I can set…