Disabling Jit Optimizations While Debugging
If you’ve ever been debugging a managed app, only to be unable to evaluate any of the locals or parameters because the code was “optimized”, check out the article below. It shows a quick trick to disable optimizations by way of a .ini file. This is great because it doesn’t force you to recompile the application and takes only seconds to implement.