Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Controlling Debug Classes
Controlling Debug Classes [message #159701] Thu, 20 November 2003 14:57 Go to next message
Eclipse UserFriend
Originally posted by: rhino1.NOSPAM.sympatico.ca

Can anyone tell me where to control which classes Debug will trace during a
debugging session?

I am running Eclipse 2.1.1 and everything is fine. However, when I debug
programs, I often find myself tracing through the java classes in the JSDK
when I don't want to. For example, if I instantiate a class in the debugger,
it shows me the various code that it executes in the ClassLoader and
SecurityManager classes.

How can I tell it to only show me the classes that I have written? I'm not
saying that I'd *never* want to trace the JSDK classes; that could be useful
in the event that I suspected a bug in one of those classes. However, most
of the time, I don't need to see them. How do I keep the debugger from
tracing them? I didn't see anything in the Eclipse preferences under the
Debug node.....

--

Rhino
---
rhino1 AT sympatico DOT ca
"If you want the best seat in the house, you'll have to move the cat."
Re: Controlling Debug Classes [message #159883 is a reply to message #159701] Thu, 20 November 2003 22:01 Go to previous message
Eclipse UserFriend
Originally posted by: jrubio.airphoria.com

Go to Window > Preferences > Java > Debug > Step Filtering and select the
packages you want to filter.

Jose



"Rhino" <rhino1@NOSPAM.sympatico.ca> wrote in message
news:bpj66g$vji$1@eclipse.org...
> Can anyone tell me where to control which classes Debug will trace during
a
> debugging session?
>
> I am running Eclipse 2.1.1 and everything is fine. However, when I debug
> programs, I often find myself tracing through the java classes in the JSDK
> when I don't want to. For example, if I instantiate a class in the
debugger,
> it shows me the various code that it executes in the ClassLoader and
> SecurityManager classes.
>
> How can I tell it to only show me the classes that I have written? I'm not
> saying that I'd *never* want to trace the JSDK classes; that could be
useful
> in the event that I suspected a bug in one of those classes. However, most
> of the time, I don't need to see them. How do I keep the debugger from
> tracing them? I didn't see anything in the Eclipse preferences under the
> Debug node.....
>
> --
>
> Rhino
> ---
> rhino1 AT sympatico DOT ca
> "If you want the best seat in the house, you'll have to move the cat."
>
>
Previous Topic:Moving Projects
Next Topic:Can't figure out why setEditable() doesn't work
Goto Forum:
  


Current Time: Fri May 09 13:02:10 EDT 2025

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

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

Back to the top