I am seeking any open source tools that can be used to trace/monitor a person\'s web activity in order to determine any code issues for a particular web app?
I have a wcf service that sometimes creates errors like \"The InnerException message was \'Maximum number of items that can be serialized or deserialized in an object graph is \'65536\'\". I know how
Odd one this. I am using NHibernate with one website. I have configured log4net to show me all SQL and and errors in the trace. It all works swimmingly.
Standard curl supports command line option --trace-开发者_开发百科asci and --trace. Anyone any clues on how to set this option for a Curl::Easy object?It appears that Curb has a verbose= method which
Question How do I get ASP.NET MVC trace information to be consistent for in-page trace output as trace.axd? I may just be missing something obvious, please call it out if you see it.
I recently read in a magazine that there is a new commercial developer tool for Windows which monitors a C++ program\'s execution and creates traces for visual inspection. I, however, cannot remember
I have added the following code to my web.config file: <system.diagnostics> <trace autoflush=\"false\" indentsize=\"4\" >
I need to see the queries that are being sent to Oracle to execute them. Can someone give me 开发者_高级运维specific detailed instructions on how to do this ?If you want to see the queries from a spec
I wanted to use tracing to capture errors and programmatically send reports via email and text message...that if the ADMIN is eating out at a restaurant on 开发者_如何学Pythona saturday nite he can se
I want to collect information about when my threads are scheduled (and descheduled), and on which CPUs, on Linux.I\'m happy to collect the information and store it in a file for offline analysis later