Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Marcus Denker
On 02 Jan 2014, at 20:25, Sebastian Sastre sebast...@flowingconcept.com wrote: Evaluating works now but I'm seeing this on #30668 doing cmd-s to accept code changes did it ever work on Pharo3? Just to know if this is a regression... Screen Shot 2014-01-02 at 5.09.41 PM.png On

Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Tudor Girba
Yes, it worked. I just tried in a #30664 image. Doru On Thu, Jan 2, 2014 at 8:36 PM, Marcus Denker marcus.den...@inria.frwrote: On 02 Jan 2014, at 20:25, Sebastian Sastre sebast...@flowingconcept.com wrote: Evaluating works now but I'm seeing this on #30668 doing cmd-s to accept code

Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Marcus Denker
On 02 Jan 2014, at 20:49, Tudor Girba tu...@tudorgirba.com wrote: Yes, it worked. I just tried in a #30664 image. Ok, then my guess is that this is a special case that nobody has yet run into… maybe related to contexts that had been serialised? Doru On Thu, Jan 2, 2014 at 8:36 PM,

Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Tudor Girba
Indeed, I tried in the latest Pharo and it seems to work just fine there, too. Doru On Thu, Jan 2, 2014 at 8:57 PM, Marcus Denker marcus.den...@inria.frwrote: On 02 Jan 2014, at 20:49, Tudor Girba tu...@tudorgirba.com wrote: Yes, it worked. I just tried in a #30664 image. Ok, then my

Re: [Pharo-dev] debugger broken?

2014-01-02 Thread Alexandre Bergel
Cool! Alexandre On Jan 2, 2014, at 4:59 PM, Tudor Girba tu...@tudorgirba.com wrote: Indeed, I tried in the latest Pharo and it seems to work just fine there, too. Doru On Thu, Jan 2, 2014 at 8:57 PM, Marcus Denker marcus.den...@inria.fr wrote: On 02 Jan 2014, at 20:49, Tudor Girba

[Pharo-dev] debugger broken?

2013-12-30 Thread Alexandre Bergel
Hi! I have faced a serious situation with the debugger today with Pharo 3.0: 1 - Open a workspace, and doit on the expression: 1 + 4. self halt 2 - Open the debugger, select with the mouse the expression 1 + 4 and press Cmd-p 3 - the debugger apparently consider the word halt as a variable.

Re: [Pharo-dev] debugger broken?

2013-12-30 Thread Nicolai Hess
Actually it is the text selection that is broken, caused by 12144 https://pharo.fogbugz.com/default.asp?12144 and will be fixed with 12521 https://pharo.fogbugz.com/default.asp?12521 (waits for integration). BTW, I don't know if it is platform related, but on windows you can actually use CMD-P

Re: [Pharo-dev] debugger broken?

2013-12-30 Thread Alexandre Bergel
Thanks Nicolai Alexandre Le 30-12-2013 à 19:37, Nicolai Hess nicolaih...@web.de a écrit : Actually it is the text selection that is broken, caused by 12144 and will be fixed with 12521 (waits for integration). BTW, I don't know if it is platform related, but on windows you can

Re: [Pharo-dev] debugger broken?

2013-12-30 Thread Stéphane Ducasse
Alex this is not the debugger this is the selection Have a look at issue 12144 load it and tell us. Now we have a problem of instability of the latest vm on our servers so the integration is stalled. I spent 3 hours yesterday trying to move on and we will rollback to an older VM. Stef On 30