Jump to content

JSwat

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Gpechorin (talk | contribs) at 03:21, 18 January 2014 (updated release information). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Developer(s)Nathan Fiedler
Stable release
2013.1 / March 6, 2013; 11 years ago (2013-03-06)
Repository
Written inJava
Operating systemCross-platform
Available inMultilingual
TypeDebugger
LicenseCDDL
Websitehttp://code.google.com/p/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.