Did you know… How to debug your optimized code? - #295

I kinda gave a sneak peek at this option in Tip #290, but here’s the real use, if I understood the explanation correctly.

Suppress JIT optimization on module load (managed only)

Your production code is set to use optimizations, but you need to debug it. If you check this option, it will disable your optimizations but without changing your project settings.

Technorati Tags: VS2005Tip,VS2008Tip