Skip to content

Instantly share code, notes, and snippets.

@johnallers
Created January 6, 2012 14:09
Show Gist options
  • Select an option

  • Save johnallers/1570772 to your computer and use it in GitHub Desktop.

Select an option

Save johnallers/1570772 to your computer and use it in GitHub Desktop.
Disable optimizations when debugging reference source
@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