Edit and Continue (Visual Basic): Compiler Option Edits
Visual Studio 2005
This topic applies to:
| Visual Studio Edition | Visual Basic | C# | C++ | J# |
| Express | Yes | No | No | No |
| Standard | Yes | No | No | No |
| Pro/Team | Yes | No | No | No |
While using Edit and Continue in Break mode, you cannot change, add, or remove the following compiler options:
-
Option Strict
-
Option Explicit
-
Option Compare
If you want to make one of these changes, you must stop debugging and recompile your project.