-| `/RootSuffix` | Starts Visual Studio by using an alternate location. The following command is run by the shortcut created by the Visual Studio SDK installer:<br /><br /> `devenv /RootSuffix exp`<br /><br /> In this case, `exp` identifies a location with a particular suffix (for example, `10.0Exp` instead of `10.0`). The experimental instance allows you to debug a VSPackage separately from the instance of Visual Studio that you're using to write code.<br /><br /> This switch can take any string that identifies a location that you've created by using VSRegEx.exe. For more information, see [The Experimental Instance](../extensibility/the-experimental-instance.md). |
0 commit comments