Here is how to set a conditional breakpoint in Eclipse IDE:
1) on the Debug perspective go to Breakpoints view
2) Right-click the breakpoint and choose "Breakpoint properties" (or select the breakpoint and press Alt+Enter)
3) On the properties window enable checkbox "Enable condition" and type a condition expression, breakpoint can be hit when condition becomes true or the condition value changes-it is all configurable.
That's all, although setting conditional breakpoint is not as intuitive as in Visual Studio, it works and does the job!
Friday, January 7, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment