Created
January 6, 2012 14:09
-
-
Save johnallers/1570772 to your computer and use it in GitHub Desktop.
Disable optimizations when debugging reference source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| set COMPLUS_ZapDisable=1 | |
| cd /d "%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\ide\" | |
| echo. | |
| echo Be sure to uncheck "Enable the Visual Studio Hosting Process" in Project Properties. | |
| echo. | |
| pause | |
| start devenv.exe | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment