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.
Related ProjectsOpen Source QR Code Library, SmillaEnlarger, TERASOLUNA Framework, Darik's Boot and Nuke, DeSmuME |
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.
Related ProjectsMeCab, SharpDevelop-jp, Properties Editor, Win32 Disk Imager, MPC-BE |
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.
Related ProjectsMedia Player Classic - Home Cinema, Properties Editor, MPC-BE, MinGW - Minimalist GNU for Windows, Win32 Disk Imager |
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.
Related ProjectsMPC-BE, Dumpper v.60.3, Properties Editor, Win32 Disk Imager, WordPress Plugins/JSeries |
This package contains a debugger for zsh (release 4.3.6-dev-2 or better) and some GNU Emacs support files for this debugger.
Related ProjectsDeSmuME, Properties Editor, SmillaEnlarger, iReport-Designer for JasperReports, TuxGuitar |
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.
Related ProjectsProperties Editor, SharpDevelop-jp, MeCab, Amateras, Win32 Disk Imager |
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.
Related ProjectsSharpDevelop-jp, iReport-Designer for JasperReports, Darik's Boot and Nuke, DeSmuME, TuxGuitar |
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.
Related ProjectsMikuInstaller, Amateras, MeCab, Media Player Classic - Home Cinema, TERASOLUNA Framework |
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.
Related ProjectsProperties Editor, SharpDevelop-jp, TERASOLUNA Framework, MPC-BE, Media Player Classic - Home Cinema |
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.
Related ProjectsSmillaEnlarger, Amateras, TuxGuitar, SharpDevelop-jp, Properties Editor |
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).
Related ProjectsTERASOLUNA Framework, TuxGuitar, iReport-Designer for JasperReports, Properties Editor, Darik's Boot and Nuke |
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.
Related ProjectsTuxGuitar, iReport-Designer for JasperReports, Open Source QR Code Library, TERASOLUNA Framework, SharpDevelop-jp |
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.
Related ProjectsMPC-BE, MeCab, Dumpper v.60.3, Media Player Classic - Home Cinema, Amateras |
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.
Related ProjectsDumpper v.60.3, Media Player Classic - Home Cinema, Win32 Disk Imager, MPC-BE, Properties Editor |
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.
Related ProjectsMedia Player Classic - Home Cinema, Amateras, SharpDevelop-jp, Properties Editor, TERASOLUNA Framework |