This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight displays assembly code some times


On Wed, 2003-08-06 at 06:04, Frank wrote:
> I can't seem to figure out the pattern but insight seems to display the
> assembly code once in a while instead of my code.  I think it's when
> it's a lib function.  How do yo stop it from doing that?i.e. I only want
> to look at my code not assembly from some lib etc.

If you step into any function (in your program or in a library) and
Insight cannot find the source file for it (either the program or
library was compiled withtout debug info or stripped or the source file
is nowhere to be found), then it displays the assembly code.

Are you saying that Insight randomly displays random bits of code? Try
keeping the debug window open when this happens. If it could not find
source code, it should output a message in the debug window. ("tk
ManagedWin::open DebugWin" in console)

Keith



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]