Simple Project List Software Map

348 projects in result set
Última actualización: 2006-08-15 08:46

slogcxx

slogcxx is a simple C++ logging library for debugging and tracing. It's meant to be easier to use than log4j-based systems. It has an NLOG macro (similar to NDEBUG) that reduces the footprint and disables all logging. The interface is designed to be streamlined with "log << message << somefloat << endl;" calls.

Última actualización: 2004-10-10 13:51

Assembly Language Debugger

ALD is an assembly language debugger, created as
an alternative to gdb. It supports breakpoints,
memory/register manipulation, x86 disassembly, and
ELF/a.out file formats.

(Machine Translation)
Última actualización: 2004-03-03 22:45

X Language

X Language is a new multi-syntax programming
language that includes a portable set of APIs for
creating console or graphical applications on many
platforms, including UNIX/X11 and Win32. It includes
an interpreter, a compiler, and a debugger.

(Machine Translation)
Última actualización: 2009-06-18 00:39

error_log feed

error_log feed is a PHP script that provides a feed with one alert for each line found on the error_log files of a chosen directory and its subdirectories. It's intended for webmasters that want to know, effortlessly, the warning and error
messages caused by their own scripts on their
Apache + PHP hosted Web sites.

(Machine Translation)
Última actualización: 2009-07-04 09:26

zsh debugger

This package contains a debugger for zsh (release 4.3.6-dev-2 or better) and some GNU Emacs support files for this debugger.

Última actualización: 2005-06-11 23:02

Yet Another Java Profiler

Yet Another Java Profiler is a profiler tool that
uses the JVMTI interface. It can be used to
selectively trace a Java program and store this
information in a compressed logfile. This logfile
can then later be analyzed using the same tool.
It's also possible to monitor heap/stack usage and
the threads at runtime.

(Machine Translation)
Última actualización: 2010-09-07 16:53

xn.debug

xn.debug is a debugger for PHP. It is built with several interacting technologies. The core element is a PHP based function, which can be integrated into the application files. This function can be used to inspect PHP elements at nearly every point of code. The function will also be executed again as shutdown function after the application is finished. At this point, HTML output is generated and placed at the end of the server response to the browser. Once the HTML snippet is executed, a virtual debugging window is displayed. Styling is based on a dedicated CSS file and a handful of JavaScript functions.

(Machine Translation)
Última actualización: 2005-09-15 09:47

SkyEye

Originating from GDB/Armulator, the SkyEye project
aims to provide an integrated simulation
environment in Linux and Windows. It can currently
simulate several popular embedded systems such as
Atmel AT91 boards (from ARM7TDMI to ARM920T
processors), ARM720T boards, StrongARM
(SA1100/SA1110), and Xscale boards. It can run
several operating systems such as ARM Linux,
uClinux, and uc/OS-II (ucos-ii), and analyse or
debug them at source level.

(Machine Translation)
Última actualización: 2001-01-30 06:13

Insight

Insight is a tcl/tk based GUI for GDB, the GNUDebugger. It provides access to most of GDB's features and allows for tcl based extending of GDB if that's your thing. Insight stable releases will happen in tandem with GDB releases.

Última actualización: 2006-08-28 06:05

XhtmlValidator.php

The XhtmlValidator is a PHP class that can be used to validate XHTML documents. It uses only the expat extension functions, which are always available in PHP, so it does not need other external XML processing extensions. The class parses the documents and checks whether the tags and attributes used by the documents are allowed within the XHTML standard. If validation errors are found, highlighted error messages and offending document line numbers will be returned.

(Machine Translation)
Última actualización: 2002-02-17 05:55

jLouiss java tracer

jLouiss is a shared library for logging of start and return of Java methods together with their parameters and result values. Is is designed as an add-on to the JDKs 1.2, 1.3, and 1.4 by various vendors. The tracer output can be controlled by using regular expressions. jLouiss is designed on the JDK JVMDI interface (older releases used the JIT interface).

(Machine Translation)
Última actualización: 2004-09-24 21:06

dbvi

dbvi is a UNIX terminal-based interface to the gdb debugger. It tightly integrates a vi session with the usual gdb command line and uses the arrow keys to provide an intuitive interface to common debugging commands. It is designed to be used in a restrictive single terminal environment, but in a windowed environment it has the same advantages over a graphical interface that vi has over a graphical text editor.

(Machine Translation)
Última actualización: 2002-03-21 23:55

CorbaTrace

CorbaTrace is a helpful tool for tracing communications beetween Corba objects. Once CorbaTrace is installed, remote calls are intercepted and informations are stored in XML files.

(Machine Translation)
Última actualización: 2003-01-09 21:11

XSLT-process

XSLT-process is a minor mode for (X)Emacs that allows you to run a Java XSLT processor on a buffer and display the result in another buffer, or in a browser. You can also run the XSLT processor in debugging mode, setup breakpoints, run step by step, view local and global XSLT variables, and many more.

(Machine Translation)
Última actualización: 2001-01-30 06:13

ptkdb

ptkdb is a debugger for Perl with a Tk GUI. Features include push button controls, restart, expression evaluation window, conditional breakpoints, and hot variables. This is not a GUI wrapper on the existing debugger, but a new debugger built from the ground up. It is compatible with Unix and Windows versions of Perl, and can be used to debug Apache CGI Perl scripts as they run on the server.

(Machine Translation)