So I was reading few discussion over mail thread when I came across this wonderful ideas.
(Hey Guys accept my thanks and from others as well [who read this ] for your good debugging tricks.)
So here we goes -
- Put delay in Application_Start Methods first Line as approx. you need to attach the debugger.
- #if DEBUG
if(ApplicationSetting("DebugStartup"))
System.Diagnostics.Debugger.Break();
#end if
0 comments:
Post a Comment