|
|
|
debugtools.com™ LLC is the maker of the JDebugTool®
graphical Java™ debugger:
- A standalone Java debugger.
- Built on top of the standard JPDA (Java Platform Debugger Architecture).
- Is itself written in Java.
- Features an intuitive and graphical Java Swing
GUI.
- Tool Tip data display.
- Context-sensitive Help Viewer.
News: JDebugTool 4.3.3 - February 4, 2010
Track down bugs faster with JDebugTool.
Programmers spend a lot of time debugging:
- If you write code, it's a certainty that at some point (possibly very soon
afterward) you're going to have to
debug it.
- On some projects, debugging occupies as much as 50 percent of the total
development time. For many programmers, debugging is the hardest part of
programming.
You need good debugging tools:
- Debugging tools are powerful aids to software development. Find them and
use them.
- Good tools can make a seemingly intransigent bug appear obvious.
This can save significant effort, even for the most
experienced of programmers.
Two important principles of debugging:
- If you don't see the bug where you're looking, perhaps you're looking in
the wrong place.
- The place where you find bugs may not be the right place to put a fix
in.... I'd do some digging and find the root
cause.
|