JDebugTool 是一个独立的图形化的Java调试器,基于 JPDA (Java Platform Debugger Architecture) 体系架构(非开源软件)。

In this release, simply click on a variable in the source window, and then right-click and select Inspect (to drill down into an object's fields), toString (to invoke the toString method), or Watch (to add to a Watch Panel). Source code tool tips now also display interface names that an object implements
暂无更多评论