JSwat
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 07:36, 30 October 2024 (UTC). Find sources: "JSwat" – news · newspapers · books · scholar · JSTOR |
Developer(s) | Nathan Fiedler |
---|---|
Final release | 2013.1
/ March 6, 2013 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Available in | Multilingual |
Type | Debugger |
License | CDDL |
Website | https://github.com/nlfiedler/jswat |
JSwat is a graphical Java debugger front-end, written to use the Java Platform Debugger Architecture. JSwat is licensed under the Common Development and Distribution License and is freely available in both binary and source code form. In addition to the graphical interface, there is a console based version which operates very much like jdb, the debugger included with the Java Development Kit.
Features include breakpoints with conditionals and monitors; colorized source code display; graphical display panels showing threads, stack frames, visible variables, and loaded classes; command interface for more advanced features; Java-like expression evaluation, including method invocation.
As of 2013, JSwat was "effectively discontinued" according to its GitHub page.[1] Recommended replacements include IDEs equipped with JPDA debuggers, such as IntelliJ IDEA, Eclipse, and NetBeans.