Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Problem with conditional breakpoints
Problem with conditional breakpoints [message #182856] Mon, 18 October 2004 12:06 Go to next message
Brano Hladky is currently offline Brano HladkyFriend
Messages: 1
Registered: July 2009
Junior Member
I have problem with conditional breakpoints.
In my application I have many threads that run the same code.
When I place a conditional breakpoint to this code many error
dialogs appear with the text:
"Conditional breakpoint encountered runtime exception.
Reason:
com.sun.jdi.ObjectCollectedException occurred invoking method."

The breakpoint is the method breakpoint on entry.
Suspend policy is: Suspent Thread
Condition: "key !=null ? key.matches("persons") : false"
where "key" is the input parameter of the method.
Eclipse version: 3.0.1 M20040728

Is here some restriction on using of the conditional breakpoints?
Re: Problem with conditional breakpoints [message #183018 is a reply to message #182856] Tue, 19 October 2004 20:44 Go to previous message
Eclipse UserFriend
Originally posted by: jaredburns.acm.org

Please file this bug against JDT-Debug at bugs.eclipse.org/bugs.

In all likelihood, this is a VM problem that we're not going to be able to
do anything about. But if we have a bug report, at least we can track the
problem.

Thanks,
- Jared

Brano Hladky wrote:

> I have problem with conditional breakpoints.
> In my application I have many threads that run the same code.
> When I place a conditional breakpoint to this code many error
> dialogs appear with the text:
> "Conditional breakpoint encountered runtime exception.
> Reason:
> com.sun.jdi.ObjectCollectedException occurred invoking method."
>
> The breakpoint is the method breakpoint on entry.
> Suspend policy is: Suspent Thread
> Condition: "key !=null ? key.matches("persons") : false"
> where "key" is the input parameter of the method.
> Eclipse version: 3.0.1 M20040728
>
> Is here some restriction on using of the conditional breakpoints?
Previous Topic:Plan for Supporting Java 1.5 in Eclipse 3.1
Next Topic:"Run Launch" + Thread dump
Goto Forum:
  


Current Time: Thu Sep 26 14:15:25 GMT 2024

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

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

Back to the top