Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Debugger stops is JFC class.
Debugger stops is JFC class. [message #271276] Tue, 14 September 2004 13:33 Go to next message
Eclipse UserFriend
Originally posted by: daniil.gromov.rbccm.com

I cannot debug my code as the debugger keeps stopping in JFC!!!

When I run Eclipse's debugger if breaks at line:

throw new ArrayIndexOutOfBoundsException("No such child: " + n);

inside the java.awt.Container class. This exception is actually handled
later by the calling method an executing continues w/o problems. But the
debugger keeps breaking at this line, making the debugging of my
application impossible.

This might be a bug and it started happening all of a sudden, the same
code used to debug just fine yesterday.
Re: Debugger stops is JFC class. [message #271471 is a reply to message #271276] Wed, 15 September 2004 12:12 Go to previous message
Eclipse UserFriend
Originally posted by: daniil.gromov.rbccm.com

Somehow I set Java Exception Breakpoint on ArrayIndexOutOfBoundsException
occires, so the debugger would break whenever that exception occures.

If your debugger starts breaking at wiered placed, look into the
Breakpoints View.

Daniel wrote:

> I cannot debug my code as the debugger keeps stopping in JFC!!!

> When I run Eclipse's debugger if breaks at line:

> throw new ArrayIndexOutOfBoundsException("No such child: " + n);

> inside the java.awt.Container class. This exception is actually handled
> later by the calling method an executing continues w/o problems. But the
> debugger keeps breaking at this line, making the debugging of my
> application impossible.

> This might be a bug and it started happening all of a sudden, the same
> code used to debug just fine yesterday.
Previous Topic:Extend context menu of text editor
Next Topic:including source in automated build
Goto Forum:
  


Current Time: Sun Nov 09 12:08:07 EST 2025

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

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

Back to the top