Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:I'm sure loads of debuggers have got it... (Score 1) 731

Eclipse does support conditional breakpoints. I use them all the time. Follow these steps:

Right click on the breakpoint
Select "Breakpoint Properties"
Check the "Enable Condition" check box
Type the desired condition

This is a wonderful feature when debugging code that includes tight loops over large collections.

I do believe that Eclipse also supports hot-swapping, but I've never had much luck with it.

Slashdot Top Deals

One possible reason that things aren't going according to plan is that there never was a plan in the first place.

Working...