Debugging problem in Helios [message #723970] |
Sat, 10 September 2011 00:50  |
Eclipse User |
|
|
|
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 11:04  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.09107 seconds