Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Step Over in debugger
Step Over in debugger [message #153157] Tue, 06 September 2005 05:57 Go to next message
Eclipse UserFriend
Hi all

I am having a problem with step over in the my integrated
debugger, when i press step over an editor pops up saying no source found
with a button attached to it. I am trying to solve the problem, i need
some help as to where in the source i could look to solve this problem. I
also want to know for sure whether this is a problem with source lookup or
due to some other reason.

regards,
Sheldon
Re: Step Over in debugger [message #153176 is a reply to message #153157] Tue, 06 September 2005 10:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

The debugger retrieves the name of the source file from the debug
information associated with the current stack frame. Check if the file name
can be found in the source lookup path.

"Sheldon" <sheldond@gmail.com> wrote in message
news:31a9c281623f66e5ba98901be99b5ec0$1@www.eclipse.org...
> Hi all
>
> I am having a problem with step over in the my integrated
> debugger, when i press step over an editor pops up saying no source found
> with a button attached to it. I am trying to solve the problem, i need
> some help as to where in the source i could look to solve this problem. I
> also want to know for sure whether this is a problem with source lookup or
> due to some other reason.
>
> regards,
> Sheldon
>
Re: Step Over in debugger [message #154192 is a reply to message #153176] Thu, 15 September 2005 01:49 Go to previous message
Eclipse UserFriend
Hi

Thanxs for the information, but the real cause of my problem is the
GDB debugger i am using. It basically cribbing over inline functions that
the reason it cannot find the appropriate source.

regards,
Sheldon
Previous Topic:adding a blank between -o and the outputname
Next Topic:Sourcelookup
Goto Forum:
  


Current Time: Tue Jul 22 02:53:22 EDT 2025

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

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

Back to the top