I have an extension that I would like to debug using "Edit and Continue" so that I don't have to get out of ArcMap to add a little code or to make changes. Unfortunately, my breakpoints aren't getting hit. If I hover over the breakpoints I get, "The breakpoint will not be hit. No symbols have been loaded for this document". The code though is obviously running as it hits messageboxes that I have just added.
==Notes==
1) I am compiling in Debug mode.
2) I'm using .net framework 4.5,
3) I'm using Visual studio 2012.
4) Under Tool>Options>Debugging>Edit and Continue, I have the "Enable Edit and Continue" checkbox checked.
5) I have tried compiling using "Any CPU" and "x86".
6) On Project>Properties>Debugging, I have set the startup program to ArcMap, and click start (F5) to start ArcMap.
Is there something else I need to do to load the symbols?