Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java light-weight debugger [closed]

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.

like image 772
Bianca Avatar asked Apr 16 '12 09:04

Bianca


1 Answers

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.

like image 53
T.J. Crowder Avatar answered Sep 21 '22 21:09

T.J. Crowder