moebious wrote:It prompts for a debug session but when VSk5 opens to debug session it says there is no code to debug. if you click yes you can see the disassemlby.
I experienced the similar behavior.
I've also added System.Diagnostics.Debug.Break() in the places where I actually wanted to debug.
When I opened "Record Template Input" from
MyGeneration Projecthe first time, it also didn't show source code, but when stopped on Break, I was able to see call stack and variable values.
Furthermore, if I opened "Record Template Input" for the same template instance second time, the source code was opened in some temporary cs file(started with something like $ZEUS$DEBUG) and full debugging features were available(unfortunately without Edit and Continue).
Anyway,is any settings will allow to see source in debugger at the first time?