Re: Debugging 1.0.0 with jdb

2012-02-01 Thread Harsh J
I've not used jdb since I almost always use Eclipse to do this, but to have ant run javac with debug info on, you'll need to find the relevant javac elements and add the attribute 'debug=on' to them, to have the javac produce files with debug info. You can then pick up the generated test jar and

Debugging 1.0.0 with jdb

2012-01-29 Thread Tim Broberg
I'd like to be able to step through unit tests with jdb to debug my classes. Is there a quick-and-easy way to rebuild with ant such that debug information is included? Thanks, - Tim. The information and any attached documents contained in this message may be confidential and/or legally