Simple Project List Software Map

348 projects in result set
LastUpdate: 2001-01-30 06:13

libbtrace

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.

(Machine Translation)
LastUpdate: 2002-07-02 02:05

leakbug

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.

(Machine Translation)
LastUpdate: 2009-11-04 13:32

Picshell

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.

(Machine Translation)
LastUpdate: 2005-01-12 11:35

MPI plugin for KDevelop

The goal of this project is to extend an existing

open source IDE (KDevelop) with support for

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.

LastUpdate: 2013-01-15 12:20

airbag_fd

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.

(Machine Translation)
LastUpdate: 2007-07-27 11:55

Beesoft Tracer

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.

(Machine Translation)
LastUpdate: 2006-08-08 05:54

RefDbg

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.

(Machine Translation)
LastUpdate: 2004-05-16 01:11

ErrorLog

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.

(Machine Translation)
LastUpdate: 2007-01-06 11:49

Patty

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.

(Machine Translation)
LastUpdate: 2007-05-07 14:49

JavaLog Analyser

JavaLog Analyser allows you to customize your log
files in real time with text and color filters.

(Machine Translation)
LastUpdate: 2008-12-13 18:34

minibug

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.

LastUpdate: 2008-04-10 06:32

SciTE-debug

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.

(Machine Translation)
LastUpdate: 2009-05-23 08:18

Session reader

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.

(Machine Translation)
LastUpdate: 2003-10-31 22:47

rtprof

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.

LastUpdate: 2001-07-02 09:11

The SCID C Debugger

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.

(Machine Translation)