I must be doing something wrong but I can't get debugging to work. I've set
<%@ CodeTemplate src="TemplateLib/CommonSqlCode.cs" mce_src="TemplateLib/CommonSqlCode.cs" Inherits="MoM.Templates.CommonSqlCode" Language="C#" TargetLanguage="Text" Description="NetTiers main template." Debug="True" ResponseEncoding="UTF-8"%>
I've added a Debugger.Break(); and I've changed the DbgJITDebugLaunchSetting to 2 so that I immediately get to choose my debugger. I've tried both VS.Net and the CLR debugger but in both I get a message that no symbols are loaded so I can only show the disassembly.
Any tips?