Extended Python Debugger is a more
complete debugger for Python than the stock pdb.py
debugger. It supports, among numerous other things, debugging threads, non-interactive POSIX-like line tracing, command options, disassembly of instructions, and stack traces that give better information for exec statements. Stepping/nexting by default skips over method/function "defs". It tries to follow gdb's command set unless there is good reason not to.
Related ProjectsProperties Editor, MeCab, MPC-BE, Win32 Disk Imager, Open Source QR Code Library |
Cameleon is an integrated development environment for Objective Caml and eventually other languages. Its features include a graphical user interface, configuration management based on CVS, easy access to and browsing of documentation, various editors, customizable file types, a plug-in architecture, and a highly customizable interface.
Related ProjectsAmateras, TortoiseSVN, Darik's Boot and Nuke, DeSmuME, iReport-Designer for JasperReports |
ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.
Related ProjectsWin32 Disk Imager, MPC-BE, Properties Editor, Dumpper v.60.3, Amateras |
TDA (Thread Dump Analyzer) is a small Swing GUI
for analyzing thread dumps generated by the Sun
Java VM. It has been tested with 1.4.2_x, 1.5.0_x,
and 1.6.0_x releases. It provides statistics,
gives information about locked monitors and
waiting threads, can diff between threads to look
for similarities, and has "long running thread"
detection.
Related ProjectsWin32 Disk Imager, MeCab, Media Player Classic - Home Cinema, Amateras, Hinemos |
pycallgraph is a Python library that creates call
graphs for Python programs.
Related ProjectsProperties Editor, DeSmuME, iReport-Designer for JasperReports, Open Source QR Code Library, Darik's Boot and Nuke |
Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.
Related ProjectsDeSmuME, Darik's Boot and Nuke, Amateras, Properties Editor, TERASOLUNA Framework |
AVR Cross Development Kit is a CDK for Atmel's AVR RISC processor series. It provides a comprehensive assembler and C development environment on Linux or similar host systems.
Related ProjectsDumpper v.60.3, SharpDevelop-jp, Amateras, Properties Editor, Media Player Classic - Home Cinema |
Load is a utility for Web application and SOAP-based Web services performance and scalability testing. It features a scripting language and a library of test objects for the creation of intelligent agents that drive the Web application or SOAP-based Web service. Running hundreds of agents concurrently shows how your software performs in production environments. Load is a Java application that runs on Linux, Solaris, NT, Win2000, and Macintosh. While Load continues to be maintained, the next generation is the TestMaker program.
Related Projectsギコナビ, Media Player Classic - Home Cinema, Dumpper v.60.3, Amateras, MPC-BE |
Padre is an IDE for Perl developers. It provides syntax highlighting for many languages, but for Perl it also provides refactoring tools.
Related ProjectsSharpDevelop-jp, Amateras, MeCab, TERASOLUNA Framework, Win32 Disk Imager |
The Linux Trace Toolkit catalogs system events in minute detail, and allows a user to determine exactly what is transpiring on his system, down to the microsecond.
Related ProjectsTERASOLUNA Framework, SmillaEnlarger, iReport-Designer for JasperReports, Amateras, TuxGuitar |
LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis.
Related ProjectsWin32 Disk Imager, SharpDevelop-jp, Open Source QR Code Library, Properties Editor, Dumpper v.60.3 |
Stani's Python Editor (SPE) is an excellent, free Python IDE with UML features, the PyChecker source code doctor, a debugger (WinPdb), GUI designers (wxGlade and the XRC editor), and Blender (3D graphics) support.
Related ProjectsProperties Editor, Amateras, Media Player Classic - Home Cinema, MPC-BE, MinGW - Minimalist GNU for Windows |
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, it can be used as a better lint. If additional effort is invested adding annotations to programs, it can perform stronger checking than can be done by any standard lint. Splint is the successor to LCLint. The main differences between Splint and LCLint are support for buffer overflow detection and extensible annotations.
Related ProjectsOpen Source QR Code Library, MeCab, MPC-BE, SharpDevelop-jp, Dumpper v.60.3 |
Memcheck provides the ability to fault on pointer
deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc, optionally reverses the behavior of overrun and underrun, "churns" reallocations to always return a different pointer, and logs pointer overruns instead of faulting. It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library. It is tested on a variety of architectures, including Alpha, ARM, HPPA, PPC, ix86, IA64, rs6000, S390, SPARC, and SPARC64. It is tested on a variety of platforms, including OSF, FreeBSD, NetBSD, OpenBSD, Linux, HP/UX, Mac OSX, AIX, SCO, and Solaris.
Related ProjectsSharpDevelop-jp, Open Source QR Code Library, Amateras, Properties Editor, TERASOLUNA Framework |
Roadsend PHP produces optimized stand alone applications, libraries, and Web applications from standard PHP source code. The compiler produces native machine code, not PHP byte code, so no interpreter is required. It is a new implementation of the PHP language and runtime environment compatible with Zend PHP. It does not share any code with the original PHP implementation.
Related ProjectsProperties Editor, TuxGuitar, Mysaifu JVM, MinGW - Minimalist GNU for Windows, Amateras |