java light-weight debugger [closed]

血红的双手。 提交于 2020-01-03 14:28:18

问题


I'm looking for a light-weight java debugger - either in an IDE or standalone, command line or gui. I'm using ant and vim, and I've tried eclim, but eclipse runs too slow on my laptop to be an option.

When similar questions have been asked before, people have generally expressed that they don't like the command line ones but like the eclipse and IntelliJ ones.

Just wondering if anything has changed.

EDIT: Intending to try jdb and jswat.


回答1:


Well, for command-line there's always jdb. But I'm a fan of JSwat; it's a nice GUI tool for when you're not using an IDE.



来源:https://stackoverflow.com/questions/10171896/java-light-weight-debugger

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!