Projects tagged ‘debugging’


[129 total ]

406 Users
   

Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs ... [More] , avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. The Valgrind distribution currently includes four tools: a memory error detector, a cache (time) profiler, a call-graph profiler, and a heap (space) profiler. [Less]
Created over 3 years ago.

165 Users
   

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.
Created over 3 years ago.

115 Users
   

The KDevelop project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.
Created over 3 years ago.

42 Users
   

Provides debugging information for CakePHP application development.
Created about 1 year ago.

13 Users
 

SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. This assists diagnosis of a performance or functional problem. SystemTap ... [More] eliminates the need for the developer to go through the tedious and disruptive instrument, recompile, install, and reboot sequence that may be otherwise required to collect data. SystemTap provides a simple command line interface and scripting language for writing instrumentation for a live running kernel and user-space applications. We are publishing samples, documentation, as well as enlarging the internal "tapset" script library to aid reuse and abstraction. [Less]
Created over 3 years ago.

8 Users

Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. It integrates with several compiler and ... [More] assembler toolchains (like gputils, sdcc, c18) and with the GPSim simulator. It supports the most common programmers (serial, parallel, ICD2, Pickit2, PicStart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2, and Picdem). It was started from Pikdev sources: http://pikdev.free.fr [Less]
Created over 2 years ago.

4 Users
 

a set of tools for performance tuning and debugging Erlang code
Created over 3 years ago.

4 Users
   

pycallgraph is a Python library that creates call graphs for Python programs.
Created over 3 years ago.

4 Users
 

HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: http:// www.junit.org.
Created about 1 year ago.

4 Users

IDLE, an acronym of "Integrated DeveLopment Environment", is a Python development environment that often comes bundled with Python distributions. It has a Python Shell Window, which gives you ... [More] access to the Python interactive mode. Its File Editor lets you create new or browse through and edit existing Python source files. There is a Path Browser for searching through the path of available module source files as well as a simple Class Browser for finding the methods of classes. [Less]
Created about 1 year ago.