Friday, January 9, 2009

Eclipse Breakpoints

Hey, here's a tip for Eclipse users. Breakpoints can be created that either suspend just the one thread your code is on, or suspend the whole VM. You can set them individually using the breakpoint properties page. Also, you can set how they're created by default in Window..Preferences..Java..Debug..Default suspend policy for new breakpoints. Pick "Suspend VM" or "Suspend thread."

Enjoy.

No comments: