trace
How to log/trace any method call of object in java
I need some thing like a Python decorator. I need to store some information, specifically the method called, its start time, its end time, and its arguments. I开发者_JS百科 cannot import anything outs[详细]
2023-04-01 09:41 分类:问答ValidateUriRoute - what is it? Why is it aborting my sockets?
We are trying to solve some ongoing WCF socket errors (which are filling up our WCF trace logs for one of our services).We are getting socket errors (more precisely, \'SocketConnection aborted\') all[详细]
2023-04-01 09:09 分类:问答Change tracel level dynamically thru trace listener
We have a huge C# codebase which does logging using .Net tracing and a custom trace listener. I am exploring option to dynamically change the tracing level (from Warning to Verbose etc..).I was hoping[详细]
2023-04-01 04:50 分类:问答How to check values of variables in actionscript with Flex SDK?
I use Flex SDK in command line to develop a flash. But trace() doesn\'t work with Flex SDK. Is there another good开发者_高级运维 way to check values of variables?The easiest way to do this is to get a[详细]
2023-03-31 17:57 分类:问答Trace where code is coming from (PHP)
I\'m going through a customer\'s server, running crazy proprietary forum software (vBulletin) and even worse SEO mods (vbseo). I cannot figure[详细]
2023-03-31 02:41 分类:问答What would be a good tracing library for a C multithreaded program?
I\'m wr开发者_JAVA技巧iting a multithreaded server using Ptrheads and I want to trace the execution of individual threads.[详细]
2023-03-29 01:07 分类:问答How to get a stack-trace via api-call in xdebug?
We are using xdebug and the tracing work开发者_StackOverflow中文版s as advertised during code execution via..[详细]
2023-03-28 19:13 分类:问答Simple tracing in ASP.NET 4
I\'d like to use the System.Diagnostics.Trace class to perform simple tracing of my application in a text file. The reason I want to use this and not log4net or any other solution, it is because ... i[详细]
2023-03-27 08:59 分类:问答How to display stack trace in UI?
I have a WPF application. My users wish to see what stored procedures/functions an event calls. I mean how can I show the stack trace(of only which DB object getting called) in to the user in simple[详细]
2023-03-26 09:45 分类:问答Enabling WCF Tracing through user code
I have a WCF service, provided by a partner team, that I host in IIS. This service, in turn, calls a dll I provide.[详细]
2023-03-26 01:12 分类:问答