Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How do I get the debugger not to step into system classes?
How do I get the debugger not to step into system classes? [message #104691] Tue, 14 October 2003 17:08 Go to next message
Eclipse UserFriend
Originally posted by: mcmasjc.tatanka.stortek.com

I am new to Eclipse, and trying to develop a simple application. When I
invoke the debugger, and press F5 to step into a line of code like:

MyClass test = new Myclass();

the debugger steps into the ClassLoader, the constructor for Object, and
other things in rt.jar. Of course, I have no source for these, so I just
get a window telling me there is not source.

"Step with filters" looks something like what I want, but even after I
enable all the filters, it still steps into rt.jar.

How do I exclude packages/classes from stepping into? For many
applications, I use Oracle, jdom, xerces, etc., and I don't want to step
into any of them.

THank you for any help you can provide.
--
Jim McMaster
mailto: mcmasjc@tatanka.stortek.com
Re: How do I get the debugger not to step into system classes? [message #104894 is a reply to message #104691] Tue, 14 October 2003 23:04 Go to previous message
Eclipse UserFriend
Step filtering works with the "Step with Filters" action (Shift-F5).

HTH
Darins

"Jim McMaster" <mcmasjc@tatanka.stortek.com> wrote in message
news:bmhol4$h75$1@eclipse.org...
> I am new to Eclipse, and trying to develop a simple application. When I
> invoke the debugger, and press F5 to step into a line of code like:
>
> MyClass test = new Myclass();
>
> the debugger steps into the ClassLoader, the constructor for Object, and
> other things in rt.jar. Of course, I have no source for these, so I just
> get a window telling me there is not source.
>
> "Step with filters" looks something like what I want, but even after I
> enable all the filters, it still steps into rt.jar.
>
> How do I exclude packages/classes from stepping into? For many
> applications, I use Oracle, jdom, xerces, etc., and I don't want to step
> into any of them.
>
> THank you for any help you can provide.
> --
> Jim McMaster
> mailto: mcmasjc@tatanka.stortek.com
>
Previous Topic:How do I save the workspace ?
Next Topic:Memory leaks in Eclipse?
Goto Forum:
  


Current Time: Thu Jul 24 22:42:54 EDT 2025

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

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

Back to the top