asp.net - System.diagnostics and System.Debug not working from Page Method -


We have a page method on ASP.Net on the web page. We have both systems Diagnostics and Systems Diagnostics Attempted to insert a trace statement using debug. In Visual Studio 2008, the break point is not killed even for the line, but other break points are hit on other lines.

There is no output from this method which we can see.

There is also a global.exax error catcher that works fine in other cases but is not being calcated in page math.

Any ideas why the page method and system Diagnostics do not play well together?

attempt to use System.Diagnostics.Debugger.Log (0, blank, "messagestrings") Do;


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -