libbtrace is a library for Linux which helps debug in circumstances where it is not possible to run gdb, such as multithreaded programs. The library provides functionality to print function backtrace information, similar to that obtained with the bt command in gdb.
leakbug is a small, simple library intended to show
where memory leaks are occuring within a program.
It does not report leaks due to incorrect use of
another library - all reported leaks are leaks found
within the program itself.
Related ProjectsDarik's Boot and Nuke, SharpDevelop-jp, DeSmuME, SmillaEnlarger, Properties Editor |
PicShell is a small IDE for the JALv2 language, used to program MicroChip's PIC microcontrollers. It has a built-in 14/16 bit PIC simulator. The simulator allows some user interaction, and contains some external devices like LED, LCD, UART terminals, and buttons for quick code testing. PicShell supports ASM and JAL level debugging. It provide a built-in editor with syntax highlighting, auto-completion, and a type-assist feature. It provides a mechanism to achieve unit testing.
Related ProjectsSimYukkuri, SmillaEnlarger, iReport-Designer for JasperReports, Darik's Boot and Nuke, blanco Framework |
The goal of this project is to extend an existing
compiling, debugging, and executing of parallel MPI programs. Supported MPI implementations are LAM, MPICH, and MVAPICH. The current plugin version runs under Linux on KDE 3.3 with KDevelop 3.1.1. The integration of gdb in KDevelop as an MPI debugger is in progress.
Related ProjectsDumpper v.60.3, All-In-One Project, Media Player Classic - Home Cinema, Amateras, MeCab |
airbag_fd provides drop-in crash handlers for POSIX (particularly for embedded Linux). It dumps registers, backtraces, and instruction streams to a file descriptor. It is intended to be self-contained and resilient. Where possible, it will detect and intelligently handle a corrupt state (for example, jumping through a bad pointer or a blown stack). The harvesting and reporting of the crash log is left as an exercise for the reader.
Related ProjectsDeSmuME, TERASOLUNA Framework, TuxGuitar, iReport-Designer for JasperReports, Open Source QR Code Library |
Beesoft Tracer is a suite of tools for remote
debugging of running programs. All elements are
written in pure C++ using the STL library. The
communication between elements is via sockets:
Unix domain socket and TCP/IP.
Related ProjectsSmillaEnlarger, Amateras, TuxGuitar, DeSmuME, SharpDevelop-jp |
RefDbg GObject reference count debugger. GObject
is used as a base library for GTK+, Gnome,
Gstreamer, and many other projects. Software bugs
related to GObject reference counting can be very
hard to find and can cause memory leaks or program
crashes. RefDbg aims to make the task of fixing
these bugs easier.
Related ProjectsOpen Source QR Code Library, MPC-BE, SharpDevelop-jp, Amateras, Media Player Classic - Home Cinema |
ErrorLog allows web developers quick and easy
access to clearly formatted entries from the
apache error_log file, viewable through a standard
browser. It is designed with the developer in
mind, with a focus on debugging CGI error logs. It
by provides formatted HTML display of the log
messages, merges multi-line entries while
preserving whitespace formating, adds some
highlighting for common elements (such as file
paths, quoted strings, timestamps and digits) and
transforms referrer strings into hyperlinks.
Related ProjectsMedia Player Classic - Home Cinema, Properties Editor, Dumpper v.60.3, XOOPS, WordPress Plugins/JSeries |
Patty is a profiler for JRE 1.5.0 only. It uses
JVMTI and native bytecode instrumentation for the
analysis of the heap, reachable objects, execution
time, garbage collection efficiency, code
coverage, and thread contention. No preparation
steps are required in the build process.
JavaLog Analyser allows you to customize your log
files in real time with text and color filters.
Related ProjectsWin32 Disk Imager, Media Player Classic - Home Cinema, SharpDevelop-jp, Properties Editor, Open Source QR Code Library |
minibug is a simple two-window debugger for assembler programs. It runs in the console or X terminal. It reads ELF executables and extracts any symbols or comment information. Registers, breakpoints, memory, and disassembly are displayed.
Related ProjectsAmateras, Media Player Classic - Home Cinema, Dumpper v.60.3, TERASOLUNA Framework, Properties Editor |
Scite-debug is an extension for the popular SciTE
editor which allows several debugger backends to
be used. Breakpoints can be set visually and
values evaluated by tooltip, etc. Currently, C/C++
(gdb), Lua, and Python are fully supported. There
is experimental support for Java and Mono.
Related ProjectsOpen Source QR Code Library, Amateras, TuxGuitar, SmillaEnlarger, Properties Editor |
Session reader is a tool for LAMP and WAMP services that displays all current session information on the screen. It is useful for debugging Web applications.
Related ProjectsTuxGuitar, DeSmuME, BlueGriffon Japanese Language Pack, SmillaEnlarger, lavansutil |
rtprof is a profiling tool that uses GCC's function instrumentation mechanism to provide an OpenGL-based call graph visualization representing the process being profiled. Visualizations are displayed in real-time in parallel with the running process and can be interactively examined using mouse and keyboard control.
Related ProjectsOpen Source QR Code Library, TERASOLUNA Framework, Win32 Disk Imager, Dumpper v.60.3, Properties Editor |
The SCID debugger is a tool designed to help you locate memory-related bugs in
C code. This includes both memory leaks and memory access errors due to
reading/writing through invalid pointers.
Related ProjectsSharpDevelop-jp, DeSmuME, TERASOLUNA Framework, TuxGuitar, Amateras |