I am trying to debug an issue with some code running at DesignTime in Expression Blend 2013.
I have a Windows Store (8.1) project that is loaded in Blend. I want to debug some ViewModel code that is running in the Blend designer.
In previous projects I have opened the same project in Visual Studio and done "Debug - Attach Process" to Blend.
The problem I am seeing on the current dev machine is that all the break points are invalid. They display the warning
The breakpoint will not currently be hit. No symbols have been loaded for this document
These breakpoints run fine if I simply Debug - Start in Visual Studio and deploy to the Emulator. Why is Blend not allowing me to attach and debug?
TIA
Pat Long