Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging problem in Helios
Debugging problem in Helios [message #723970] Sat, 10 September 2011 04:50 Go to next message
dusi  is currently offline dusi Friend
Messages: 1
Registered: September 2011
Junior Member
I'm debugging the v8 javascript engine code using Eclipse Helios. While debugging the code, debugger is behaving strangely.

After pressing f5 on a function "initializeModeule()", control is stepping into some other function ( not to "initializeModeule()" ), but the code it is debugging is from "initializeModeule()". I'm unable to debug correctly. Can anyone solve this problem?


Thanks in advance,

Dusi..
Re: Debugging problem in Helios [message #724057 is a reply to message #723970] Sat, 10 September 2011 15:04 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 09/09/2011 11:50 PM, dusi wrote:
> I'm debugging the v8 javascript engine code using Eclipse Helios. While
> debugging the code, debugger is behaving strangely.
>
> After pressing f5 on a function "initializeModeule()", control is
> stepping into some other function ( not to "initializeModeule()" ), but
> the code it is debugging is from "initializeModeule()". I'm unable to
> debug correctly. Can anyone solve this problem?
>
>
> Thanks in advance,
>
> Dusi..
Sounds like either the source code doesn't match the executable code
(wasn't compiled, is for a different version) or you built the
executable with optimizations turned on. Compiler optimizations change
the final code in ways that make it difficult if not impossible to
follow in the debugger.
Previous Topic:Extending grammar for microcontroller C
Next Topic:Can't display memory
Goto Forum:
  


Current Time: Thu Apr 25 13:40:46 GMT 2024

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

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

Back to the top