Projects tagged ‘debug’ and ‘trace’


Jump to tag:

Projects tagged ‘debug’ and ‘trace’

Filtered by Project Tags debug trace

Refine results Project Tags javascript (3) log (3) firebug (2) flex (2) console (2) code (1) audbgtrace (1) iereg (1) gcc (1) warning (1) actionscript3 (1) html (1)

[10 total ]

0 Users

OverviewTryTrace is a diagnostics tool which facilitates you to see the trace output of your .NET application in real-time. This contains two components, viz TcpTraceListener & TraceMonitor ... [More] TcpTraceListener is the plug-in library which will route your trace out to the specified port. TraceMonitor is a simple TCP client which facilitates to see the trace output. Alternatively, you can always look at the trace output by making a telnet to the specified port. Usage1.Copy TcpTraceListener and TraceMonitor to a directory, say C:\Temp 2.Register TcpTraceListener.dll to GAC if you need to share this among different applications in the system, by issuing gacutil command at Visual Studio command prompt. gacutil –I C:\Temp\TcpTraceListener.dll 3.Add reference to TcpTraceListener.dll for the project you desire. 4.Add this to the list of trace listeners. Param.TraceListener.TcpTraceListener objTcpTraceListener = new Param.TraceListener.TcpTraceListener(9090); System.Diagnostics.Trace.Listeners.Add(objTcpTraceListener); 5.Write trace/debug statements as usual. Trace.Write(strMessage) 6.Run TraceMonitor 7.Use toolbar to set IP & port to which it should connect for trace output. default, its 127.0.0.1 and 9090 8.Say Connect. And, here you go… 9.Alternatively, you can always use telnet. Advantages1.You can see the trace output in real-time as it occurs. 2.Makes your life easy in debugging. 3.Multiple users can see the trace output of a single application and of course vice-versa. [Less]
Created 12 months ago.

0 Users

Created 8 months ago.

0 Users

DescriptionActionConsole is a small and effective input/output console for actionscript 3. You can use it in any Flash (9 and up), Flex and AIR project. The console is a hidden tool that runs inside ... [More] your project, it can be opened with a shortcut. Opening the console can extend the functionality of your project for debugging purpose or otherwise. A screenshot of an application with the console opened Same application with the console closed Input ActionConsole has input functionality. A user can type text into the console and you can have your application read out this input in various ways. For instance, you could use ActionConsole to tweak a value of some variable inside your application at runtime, or call a certain method when some text is inputted into the console. You're building a simple CLI into your application in just minutes. Output ActionConsole also has output functionality. You can have your application write data into the console, and you can read that data at runtime by just opening up the tool using the shortcut. This makes ActionConsole a powerful debugging tool, no debug player is needed. StatusActionConsole is currently under development. A somewhat stable beta release is planned. We encourage you to use the latest revision in your project while developing. If you encounter problems please report them, feature requests are also welcome. However, since ActionConsole is not tested enough it's not recommended that you leave the tool in when releasing your application to the public. There might be some serious CPU or memory issues that we haven't discovered yet. [Less]
Created about 1 year ago.

0 Users

it gives some kinds of output format,e.g. regular text , xml or others you can implements form the interface. sometimes you want to print message, printf is too simple, but some opensource logging ... [More] system is too complex, then, you can try this, its a just enough logging system. default provides for you these methods: trace, info,debug,warning,notice,error,wassert,fatal,output and all the code is platform Independent, support win32 and linux, had tested with vc6.0, vc7.0, vc8.0, vc9.0, and gcc3.2 [Less]
Created 8 months ago.

0 Users

A javascript debuging tool, for trace messages to an console, like (but a bit more powerfull than) Firebug's console.log() function. For developers that aim for quality.
Created about 1 year ago.

0 Users

To debug your javascript code on any browser.
Created about 1 year ago.

0 Users

trace() is a good feature in AS3... but I wanted to add the possibility to send traces over HTTP, and to a graphic class. So it allows you to send logs and bugs traces to a graphic text area. You ... [More] can either choose the level of trace like "verbose", "bug", "simple trace" or "warning". Because "trace" is easy and quick to write, I have chosen to decrease number of letter to write a trace with my class. so you will type : d.bug()trace("my trace",this) ("d" is a singleton class, "bug()" is the getInstance():d) In order to get the trace verbose warning and bug at the top of autocompletion, the methods are prefixed with an underscore. [Less]
Created 4 months ago.

0 Users

logview4net is a log viewer / log monitor. It can monitor files, folders, incomming UDP traffic, the EventLog and SQL- Server tables. FEATURES: Listens to a UDP port either in broadcast or ... [More] single endpoint mode. Monitors an eventlog, uses events on the local machine and polling on remote machines. Monitors a log file. Doing a tail using polling. Monitors a table in a MS SQL-Server database. Doing a tail using polling. [Less]
Created over 3 years ago.

0 Users

Easy to use javascript trace tool for debugging, with the ability to have separate traces based on features. Built using mootools.
Created 4 months ago.

0 Users

Windows Server Update Services
Created 10 months ago.