How do I get the debugger not to step into system classes? [message #104691] |
Tue, 14 October 2003 17:08  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.31236 seconds