Best, Good, or Emerging Free Software Development Tools - Group No. 3
The following are another free Software Development tools for best, good, or emerging free Software Development tool identification and evaluation. Enjoy the list below.
Combine Any Source Code Version Control System With Any Bug-Tracking System
1. Scmbug - Scmbug integrates software configuration management (SCM) with bug-tracking. It aims to be a universal tool that will glue any source code version control system (CVS, Subversion, Arch, etc) with any bug-tracking system (Bugzilla, Mantis, etc)… read more | New
Multi-language Source Code Introspection Tool
1. Synopsis - Synopsis is a multi-language source code introspection tool that provides a variety of representations for the parsed code to enable further processing such as documentation extraction, reverse engineering, and source-to-source translation… read more | New
Debugger
1. Assembly Language Debugger - The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. Operating systems supported: Linux, FreeBSD, NetBSD, OpenBSD.. read more | New
2. DBG-Client - Client for the DBG debugger and profiler… read more | New
3. Electric Fence - Electric Fence (efence) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer. GDB will then display the source-code line that causes the bug… read more | New
4. GDB - GDB, the GNU Project debugger, allows you to see what is going on `inside’ another program while it executes — or what another program was doing at the moment it crashed… read more | New
5. Gnu 8085 Simulator - Gnu 8085 Simulator (GnuSim8085) is a graphical simulator for the Intel 8085 microprocessor. It contains an inline assembler and a debugger… read more | New
6. Jlint - Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph… read more | New
7. KDbg - KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code… read more | New
8. PMD - 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… read more | New
9. Perl::Critic - Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine… read more | New
10. Project pylint - Project pylint analyzes Python source code looking for bugs and signs of poor quality… read more | New
11. PyChecker - PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint… read more | New
12. Valgrind - Valgrind is an award-winning instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail… read more | New
13. Winpdb - Winpdb is a platform-independent Python debugger with support for multiple threads, namespace modification, embedded debugging, and encrypted communication. It is up to 20 times faster than pdb… read more | New
14. dvbsnoop - dvbsnoop is a DVB/MPEG stream analyzer program, which enables you to watch (live) stream information in human readable form. Its purpose is to debug, dump or view digital stream information send via satellite, cable or terrestrial… read more | New
