Showing posts with label x64. Show all posts
Showing posts with label x64. Show all posts

Monday, October 17, 2011

Make Visual Studio 2010 use more than 2GB of RAM

Tested on Windows 7 Ultimate x64:
  1. Make a backup of 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devaenv.exe'
  2. Add 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin' without quotes to PATH variable
  3. Open cmd under: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
  4. Run in cmd: 'editbin /LARGEADDRESSAWARE devenv.exe' without quotes
  5. Restart

Tuesday, March 2, 2010

Visual Studio 2008 Windows 7 x64 doesn't break on throw new Exception

I thought so too, but after a little search I found that under Visuals Studio Debug-Exceptions menu the "thrown" checkbox under Common language runtime exceptions wasn't checked. To solve the problem, just check "thrown" under CLRE.