I have an Azure Web Role project that I am trying to run and debug locally using VS2012 run as administrator so the Azure compute emulator can be started. I have set multiple projects to startup that include the MVC Web Role and the Web Role "cloud" projects. When I start the project everything runs fine, but my breakpoints are marked as invalid with the message telling me they will not be hit since no symbols were loaded. How can I configure things or fix this problem so that my breakpoints will be hit?
-- roschler