Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Step over in Eclipse debugger


This sort of question should be posted to the Eclipse news group. "Step over" should step over the next line. If a breakpoint is hit while doing so, execution will suspend there. It sounds like you are using the "step return" function. Please file a bug if you have a reproduceable test case.

Note, if you are using JDK 1.4.0, we have seen VM bugs which caused this behavior. Please use the newer JDK 1.4.1.

Darin



marinella.khaldy@xxxxxxxxxxxxxx
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

08/29/2002 11:49 AM
Please respond to platform-debug-dev

       
        To:        platform-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-debug-dev] Step over in Eclipse debugger



I use Eclipse 2.0.0 or june 27, 2002, on Windows 2000.
In the debugger,
I cannot use "Step over" :
it doesn't execute the next line, but goes to a following breakpoint or to
the function end if no following breakpoint !!!!
How can I exucute step by step ?


CONFIDENTIALITE : Ce message et les éventuelles pièces attachées sont
confidentiels. Si vous n'êtes pas dans la liste des destinataires, veuillez
informer l'expéditeur immédiatement et ne pas divulguer le contenu à une
tierce personne, ne pas l'utiliser pour quelque raison que ce soit, ne pas
stocker ou copier l'information qu'il contient sur un quelconque support.

CONFIDENTIALITY : This  e-mail  and  any attachments are confidential and
may be privileged. If  you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person, use
it for any purpose or store or copy the information in any medium.

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top