Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Tracing with conditional breakpoints
Tracing with conditional breakpoints [message #257899] Fri, 02 January 2009 08:12
Eclipse UserFriend
Hi,

A technique I use very often for dynamic tracing is to set a conditional
breakpoint with this condition:

System.out.println(bla bla bla);
return false;


It normally works, but I have one case where the breakpoint doesn't stop.

I don't open a bug, because this behaviour only happens me in one case,
and isn't easy to reproduce.

I don't see anything meaningful in the error log.

Any idea?
Could this be a bug?

Thanks in advance for any clue.

David
Previous Topic:how to read my plugin dependency libraries
Next Topic:how to show the object list in the package explorer in tree structure
Goto Forum:
  


Current Time: Sat Apr 19 11:58:55 EDT 2025

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

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

Back to the top