[Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
Hi today I was giving lectures with the pahro-dev image and its OB- debugger ad I noticed that I could not have two halts else after proceeding the first one I got a resume I do not what and I could not see the other halt. Is it only me? Stef ___

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Schwab,Wilhelm K
new tryMe. -Original Message- From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Stéphane Ducasse Sent: Friday, February 20, 2009 1:29 PM To: Pharo Development Subject: [Pharo-project] Problem with the OB debugger Hi

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
: Friday, February 20, 2009 1:29 PM To: Pharo Development Subject: [Pharo-project] Problem with the OB debugger Hi today I was giving lectures with the pahro-dev image and its OB- debugger ad I noticed that I could not have two halts else after proceeding the first one I got a resume I do

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Schwab,Wilhelm K
, 2009 1:55 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Problem with the OB debugger did you tried in different methods? Stef On Feb 20, 2009, at 7:45 PM, Schwab,Wilhelm K wrote: Stef, So far, it might be just you??? I tried the following in 10236 and can proceed

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Dale Henrichs
Stéphane, What did the method look like? I just tried putting halts into a method and was able to proceed and step across the second halt. Dale - Stéphane Ducasse stephane.duca...@inria.fr wrote: | Hi | | today I was giving lectures with the pahro-dev image and its OB- | debugger ad I

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Dale Henrichs
Hmmm, Do you have a version on OB-Tools? I tested with OB-Tools-EL.60. Dale - Dale Henrichs dale.henri...@gemstone.com wrote: | Stéphane, | | What did the method look like? I just tried putting halts into a | method and was able to proceed and step across the second halt. | | Dale | |

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
I do not have it. It was on two students code. So I'm sure that this is something that we can repeat because two of them got this behavior. When I run the tests and put halt in different methods I never succeeded to get to the second one. I had to remove the first halt. Else I got a resume I do

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
I do not really know but they took the latest version of pharo-dev that was available the 13th (the first day oft the lecture). stef On Feb 20, 2009, at 8:24 PM, Dale Henrichs wrote: Hmmm, Do you have a version on OB-Tools? I tested with OB-Tools-EL.60. Dale - Dale Henrichs

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
I do not have it. It was on two students code. So I'm sure that this is something that we can repeat because two of them got this behavior. When I run the tests and put halt in different methods I never succeeded to get to the second one. I had to remove the first halt. Else I got a resume I do

Re: [Pharo-project] Problem with the OB debugger

2009-02-20 Thread Stéphane Ducasse
I will give a try tomorrow morning now it is sleeping time :) On Feb 20, 2009, at 10:22 PM, Dale Henrichs wrote: Stéphane, I have one or two pending things in the debugger, so I'll mess around to see if I can recreate it myself, as well. Dale - Stéphane Ducasse