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. https://pharo.fogbugz.com/f/cases/12545/Debugger-broken Since I am using GTDebugger (in the Moose image), I have not seen it before... Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 (ALT-P) for "print it", just using "print it" from the menu does not work. Nicolai <https://pharo.fogbugz.com/default.asp?12521> 2013/12/30 Alexandre Bergel <alexandre.bergel@me.com>
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks Nicolai Alexandre
Le 30-12-2013 à 19:37, Nicolai Hess <nicolaihess@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 actually use CMD-P (ALT-P) for "print it", just using "print it" from the menu does not work.
Nicolai
2013/12/30 Alexandre Bergel <alexandre.bergel@me.com>
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Evaluating works now but I'm seeing this on #30668 doing cmd-s to accept code changes On Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On 02 Jan 2014, at 20:25, Sebastian Sastre <sebastian@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 Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Yes, it worked. I just tried in a #30664 image. Doru On Thu, Jan 2, 2014 at 8:36 PM, Marcus Denker <marcus.denker@inria.fr>wrote:
On 02 Jan 2014, at 20:25, Sebastian Sastre <sebastian@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 Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com "Every thing has its own flow"
On 02 Jan 2014, at 20:49, Tudor Girba <tudor@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, Marcus Denker <marcus.denker@inria.fr> wrote:
On 02 Jan 2014, at 20:25, Sebastian Sastre <sebastian@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 Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com
"Every thing has its own flow"
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.denker@inria.fr>wrote:
On 02 Jan 2014, at 20:49, Tudor Girba <tudor@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, Marcus Denker <marcus.denker@inria.fr>wrote:
On 02 Jan 2014, at 20:25, Sebastian Sastre <sebastian@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 Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com
"Every thing has its own flow"
-- www.tudorgirba.com "Every thing has its own flow"
Cool! Alexandre On Jan 2, 2014, at 4:59 PM, Tudor Girba <tudor@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.denker@inria.fr> wrote:
On 02 Jan 2014, at 20:49, Tudor Girba <tudor@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, Marcus Denker <marcus.denker@inria.fr> wrote:
On 02 Jan 2014, at 20:25, Sebastian Sastre <sebastian@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 Dec 31, 2013, at 5:56 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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 Dec 2013, at 23:02, Alexandre Bergel <alexandre.bergel@me.com> wrote:
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.
https://pharo.fogbugz.com/f/cases/12545/Debugger-broken
Since I am using GTDebugger (in the Moose image), I have not seen it before...
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- www.tudorgirba.com
"Every thing has its own flow"
-- www.tudorgirba.com
"Every thing has its own flow"
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (6)
-
Alexandre Bergel -
Marcus Denker -
Nicolai Hess -
Sebastian Sastre -
Stéphane Ducasse -
Tudor Girba