Skip to main content

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

Thank you for the answer.
I tried with jdk1.4.1 :  "Step over" works now







"Darin Wright" <Darin_Wright@xxxxxxx>@eclipse.org le 29/08/2002 20:17:29

Veuillez répondre à platform-debug-dev@xxxxxxxxxxx

Envoyé par :      platform-debug-dev-admin@xxxxxxxxxxx


Pour : platform-debug-dev@xxxxxxxxxxx
cc :

Objet :     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@tde.a                          
                            lstom.com                        To:            
                            Sent by:                 platform-debug-dev@ecl 
                            platform-debug-dev-adm   ipse.org               
                            in@xxxxxxxxxxx                   cc:            
                                                             Subject:       
                            08/29/2002 11:49 AM      [platform-debug-dev]   
                            Please respond to        Step over in Eclipse   
                            platform-debug-dev       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





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.




Back to the top