Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Step Filtering
Step Filtering [message #125368] Mon, 08 December 2003 20:31 Go to next message
Eclipse UserFriend
Originally posted by: newbie.spam.com

I have a step filter defined as "org.apache.*", but when I Step with
Filters I keep getting "Source not found" because Eclipse is looking for
org.apache.struts.action.ActionServlet's source. How do I filter this out?
Re: Step Filtering [message #125515 is a reply to message #125368] Tue, 09 December 2003 09:33 Go to previous messageGo to next message
Eclipse UserFriend
I need more specific details to understand the problem you are having. The
"step with filters" action performs continuous "step into's" until a
non-filterd location is encountered.

Darin

"newbie" <newbie@spam.com> wrote in message news:br38lu$i8n$1@eclipse.org...
> I have a step filter defined as "org.apache.*", but when I Step with
> Filters I keep getting "Source not found" because Eclipse is looking for
> org.apache.struts.action.ActionServlet's source. How do I filter this
out?
>
Re: Step Filtering [message #128015 is a reply to message #125515] Tue, 16 December 2003 23:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newbie.spam.com

I don't want to see the source for any classes under org.apache.*, but
when I Step with Filters the Debugger keeps stopping with this in the
editor:

Class File Editor
Source not found
The jar file struts.jar has no source attachment.
You can attach the source by clicking Attach Source below:

Why am I seeing this if org.apache.* is defined as a filter?



Darin Wright wrote:

> I need more specific details to understand the problem you are having. The
> "step with filters" action performs continuous "step into's" until a
> non-filterd location is encountered.

> Darin

> "newbie" <newbie@spam.com> wrote in message news:br38lu$i8n$1@eclipse.org...
> > I have a step filter defined as "org.apache.*", but when I Step with
> > Filters I keep getting "Source not found" because Eclipse is looking for
> > org.apache.struts.action.ActionServlet's source. How do I filter this
> out?
> >
Re: Step Filtering [message #128580 is a reply to message #128015] Thu, 18 December 2003 13:33 Go to previous messageGo to next message
Eclipse UserFriend
"Stepping with filters" performs a "step into" at the current location until
the resulting location in non-filtered.

How do you end up at the location you describe? breakpoint? exception? step
over?

Darin

"newbie" <newbie@spam.com> wrote in message news:brolc1$7v1$1@eclipse.org...
> I don't want to see the source for any classes under org.apache.*, but
> when I Step with Filters the Debugger keeps stopping with this in the
> editor:
>
> Class File Editor
> Source not found
> The jar file struts.jar has no source attachment.
> You can attach the source by clicking Attach Source below:
>
> Why am I seeing this if org.apache.* is defined as a filter?
>
>
>
> Darin Wright wrote:
>
> > I need more specific details to understand the problem you are having.
The
> > "step with filters" action performs continuous "step into's" until a
> > non-filterd location is encountered.
>
> > Darin
>
> > "newbie" <newbie@spam.com> wrote in message
news:br38lu$i8n$1@eclipse.org...
> > > I have a step filter defined as "org.apache.*", but when I Step with
> > > Filters I keep getting "Source not found" because Eclipse is looking
for
> > > org.apache.struts.action.ActionServlet's source. How do I filter this
> > out?
> > >
>
Re: Step Filtering [message #128647 is a reply to message #128580] Thu, 18 December 2003 21:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newbie.spam.com

A breakpoint is set on a class that uses Struts, but a breakpoint is not
set on the Struts class. It's not in an exception and not a step
over--just a Step with Filters. I have the same behavior with weblogic
classes. I've defined a "weblogic.*" filter. Yet the debugger will stop
with the message below because it's looking for WebLogic source. Isn't
anyone else having this problem? I've been seeing it on different
versions of Eclipse from 2.0 through 3.0M5.


Darin Wright wrote:

> "Stepping with filters" performs a "step into" at the current location until
> the resulting location in non-filtered.

> How do you end up at the location you describe? breakpoint? exception? step
> over?

> Darin

> "newbie" <newbie@spam.com> wrote in message news:brolc1$7v1$1@eclipse.org...
> > I don't want to see the source for any classes under org.apache.*, but
> > when I Step with Filters the Debugger keeps stopping with this in the
> > editor:
> >
> > Class File Editor
> > Source not found
> > The jar file struts.jar has no source attachment.
> > You can attach the source by clicking Attach Source below:
> >
> > Why am I seeing this if org.apache.* is defined as a filter?
> >
> >
> >
> > Darin Wright wrote:
> >
> > > I need more specific details to understand the problem you are having.
> The
> > > "step with filters" action performs continuous "step into's" until a
> > > non-filterd location is encountered.
> >
> > > Darin
> >
> > > "newbie" <newbie@spam.com> wrote in message
> news:br38lu$i8n$1@eclipse.org...
> > > > I have a step filter defined as "org.apache.*", but when I Step with
> > > > Filters I keep getting "Source not found" because Eclipse is looking
> for
> > > > org.apache.struts.action.ActionServlet's source. How do I filter this
> > > out?
> > > >
> >
Re: Step Filtering [message #128660 is a reply to message #128647] Thu, 18 December 2003 22:58 Go to previous message
Eclipse UserFriend
You should file a bug report with a simple example that demostrates the
problem. It may be a bug, or it may be that step filters are not working the
way you assume they should.

Darin

"newbie" <newbie@spam.com> wrote in message news:brtnhh$qh8$1@eclipse.org...
> A breakpoint is set on a class that uses Struts, but a breakpoint is not
> set on the Struts class. It's not in an exception and not a step
> over--just a Step with Filters. I have the same behavior with weblogic
> classes. I've defined a "weblogic.*" filter. Yet the debugger will stop
> with the message below because it's looking for WebLogic source. Isn't
> anyone else having this problem? I've been seeing it on different
> versions of Eclipse from 2.0 through 3.0M5.
>
>
> Darin Wright wrote:
>
> > "Stepping with filters" performs a "step into" at the current location
until
> > the resulting location in non-filtered.
>
> > How do you end up at the location you describe? breakpoint? exception?
step
> > over?
>
> > Darin
>
> > "newbie" <newbie@spam.com> wrote in message
news:brolc1$7v1$1@eclipse.org...
> > > I don't want to see the source for any classes under org.apache.*, but
> > > when I Step with Filters the Debugger keeps stopping with this in the
> > > editor:
> > >
> > > Class File Editor
> > > Source not found
> > > The jar file struts.jar has no source attachment.
> > > You can attach the source by clicking Attach Source below:
> > >
> > > Why am I seeing this if org.apache.* is defined as a filter?
> > >
> > >
> > >
> > > Darin Wright wrote:
> > >
> > > > I need more specific details to understand the problem you are
having.
> > The
> > > > "step with filters" action performs continuous "step into's" until a
> > > > non-filterd location is encountered.
> > >
> > > > Darin
> > >
> > > > "newbie" <newbie@spam.com> wrote in message
> > news:br38lu$i8n$1@eclipse.org...
> > > > > I have a step filter defined as "org.apache.*", but when I Step
with
> > > > > Filters I keep getting "Source not found" because Eclipse is
looking
> > for
> > > > > org.apache.struts.action.ActionServlet's source. How do I filter
this
> > > > out?
> > > > >
> > >
>
>
Previous Topic:external cvs update + refresh = problems.
Next Topic:Refactoring: add new refactoring
Goto Forum:
  


Current Time: Wed Jun 18 14:18:21 EDT 2025

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

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

Back to the top