Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Tools and Utilities : Debugging Tools


Directory : Java : Tools and Utilities : Debugging Tools

  Options

Links
  • Assure - A tool that finds deadlocks, stalls, and data race conditions in Java programs.
  • BugSeeker - A sophisticated debugger for the Java programming platform capable of debugging your Servlets, EJBs, Applets, and Applications locally or remotely.
  • DebugMaster - A stand alone Java debugger, it can debug multiple VMs and provides remote debugging.
  • Jacks - A FREE test suite designed to detect bugs in any Java compiler.
  • JConsole - JConsole is a GUI based console debugger that captures and displays Java's System.out and System.err output.
  • JPDA - Java Platform Debugger Architecture is the debugging support for the Java 2 Platform that provides the infrastructure needed to build end-user debugger applications.
  • JTest - Jtest is a Java unit testing and static analysis tool that automatically tests any Java class, JSP, or component without requiring you to write a single test case, harness, or stub
  • junit - programmers love writing tests - Testing is not closely integrated with development. This prevents you from measuring the progress of development. Using JUnit you can cheaply and incrementally build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.
  • JWatch Debugger - Debugging technology for distributed, multi-process Java programs.
  • Metamata Debug - A Java debugger and command line interpreter. Enables rapid prototyping and debugging, provides separate windows to control threads.
  • Pure Coverage - Debugger that allows comprehensive testing of applications and fast identification of problem areas throughout the development process.
  • Rational TeamTest - IBM Rational TeamTest makes it possible for testers to expand testing coverage and uncover more defects.
  • RetroVue - A visual debugger that allows you to track bugs and trace them back to their origins.
  • The Mauve Project - A collaborative effort to write a free test suite for the Java™ class libraries. The current collaborators come from the Kaffe project, the GNU Classpath project, and the GCJ project project.
  • VisiVue - The VisiVue™ software visualization tool dynamically displays the operations of any Java™ program at runtime making debugging fast and simplified.