Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Ignoring "Source not found" messages in the debugger?
Ignoring "Source not found" messages in the debugger? [message #726234] Fri, 16 September 2011 20:57 Go to next message
ismael Missing name is currently offline ismael Missing nameFriend
Messages: 6
Registered: August 2011
Junior Member
Hello Forum

Is there a way to make the debugger automatically skip the parts for which I don't have the source code instead of bugging me with "Source not found" panels?

Right now I have to press f7 every time I get that message and it's getting a little annoying, trying to understand someone else's code is stressful enough.

Regards
Re: Ignoring "Source not found" messages in the debugger? [message #727203 is a reply to message #726234] Tue, 20 September 2011 15:37 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 9/16/11 4:57 PM, ismael wrote:
> Hello Forum
>
> Is there a way to make the debugger automatically skip the parts for
> which I don't have the source code instead of bugging me with "Source
> not found" panels?
>
> Right now I have to press f7 every time I get that message and it's
> getting a little annoying, trying to understand someone else's code is
> stressful enough.

You might be interested in Step Filters. They can be enabled/disabled
via a toolbar button in the Debug view, and configured in the
Preferences. Search the Eclipse Help for "step filters" (without the
quotes) to learn the details.

Eric
Re: Ignoring "Source not found" messages in the debugger? [message #728310 is a reply to message #727203] Thu, 22 September 2011 23:40 Go to previous messageGo to next message
ismael Missing name is currently offline ismael Missing nameFriend
Messages: 6
Registered: August 2011
Junior Member
Eric Rizzo wrote on Tue, 20 September 2011 11:37
You might be interested in Step Filters.
Eric


In deed, just what I was looking for : )

Filtering java.* and sun.* already improved this things. Now I only need to filter some other 3rd party packages.

Thanks

BTW: is it my imagination or that feature doesn't exists for c/c++?

Regards
Re: Ignoring "Source not found" messages in the debugger? [message #729554 is a reply to message #728310] Mon, 26 September 2011 13:28 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 9/22/11 7:40 PM, ismael wrote:
> Eric Rizzo wrote on Tue, 20 September 2011 11:37
>> You might be interested in Step Filters.
>> Eric
>
>
> In deed, just what I was looking for : )
>
> Filtering java.* and sun.* already improved this things. Now I only need
> to filter some other 3rd party packages.
>
> Thanks
>
> BTW: is it my imagination or that feature doesn't exists for c/c++?


I can't say, as I've never used CDT. You can ask in the CDT forum group.

Eric
Previous Topic:java.security.SignatureException: Either the manifest file or the signature file has been tampered
Next Topic:javacup PHP grammar
Goto Forum:
  


Current Time: Fri Apr 26 09:29:15 GMT 2024

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

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

Back to the top