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

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...