Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Conditional breakpoint for logging
Conditional breakpoint for logging [message #255269] Fri, 25 July 2008 06:05
Eclipse UserFriend
Hi,

I have created a breakpoint, and set to stop only when this condition is
true:

System.out.println("i="+i);
return false;

Normally this technique works, but now under Eclipse 3.4, sometimes
doesn't work, stops execution and doesn't log anything. It is like the
condition were ignored. :-(

Is this a bug?
Previous Topic:Getting/cloning AST tree of compiler
Next Topic:How to create and save an AST??
Goto Forum:
  


Current Time: Wed Jul 30 19:12:29 EDT 2025

Powered by FUDForum. Page generated in 0.24099 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top