If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!
Monday, September 27, 2010
Conditional breakpoints in Eclipse
If you ever have to debug a large for-loop in your code and you only want to inspect an iteration if some condition holds true, you should set a conditional breakpoint.
No comments:
Post a Comment