[Pharo-project] Debugging code with morphic leads to freezes and a weird message
While debugging actions behind buttons, I do get Project class>>spawnNewProcessIfThisIsUI: not being understood. This prevents from debugging interactions properly. And sometimes I get the dreaded "Computation Terminated" message, effectively locking me out of the image (nothing moves anymore, I've got to kill the process). Ideas on how to fix? This is 1.4 14438 -- Philippe Back
On Jun 24, 2012, at 9:39 PM, phil@highoctane.be wrote:
While debugging actions behind buttons, I do get Project class>>spawnNewProcessIfThisIsUI: not being understood.
This prevents from debugging interactions properly.
And sometimes I get the dreaded "Computation Terminated" message, effectively locking me out of the image (nothing moves anymore, I've got to kill the process).
Ideas on how to fix? This is 1.4 14438
#spawnNewProcessIfThisIsUI: has been moved to UIManager.... it seems that OB still calls it on Project. Marcus -- Marcus Denker -- http://marcusdenker.de
Oh, okay, thanks a lot!. Lesson taken: check for implementers :) 2012/6/25 Marcus Denker <marcus.denker@inria.fr>
On Jun 24, 2012, at 9:39 PM, phil@highoctane.be wrote:
While debugging actions behind buttons, I do get Project class>>spawnNewProcessIfThisIsUI: not being understood.
This prevents from debugging interactions properly.
And sometimes I get the dreaded "Computation Terminated" message, effectively locking me out of the image (nothing moves anymore, I've got to kill the process).
Ideas on how to fix? This is 1.4 14438
#spawnNewProcessIfThisIsUI: has been moved to UIManager.... it seems that OB still calls it on Project.
Marcus
-- Marcus Denker -- http://marcusdenker.de
It would be good to publish the fix for other OB 1.4 users (I do not know who is in charge) Stef On Jun 25, 2012, at 9:45 AM, phil@highoctane.be wrote:
Oh, okay, thanks a lot!. Lesson taken: check for implementers :)
2012/6/25 Marcus Denker <marcus.denker@inria.fr>
On Jun 24, 2012, at 9:39 PM, phil@highoctane.be wrote:
While debugging actions behind buttons, I do get Project class>>spawnNewProcessIfThisIsUI: not being understood.
This prevents from debugging interactions properly.
And sometimes I get the dreaded "Computation Terminated" message, effectively locking me out of the image (nothing moves anymore, I've got to kill the process).
Ideas on how to fix? This is 1.4 14438
#spawnNewProcessIfThisIsUI: has been moved to UIManager.... it seems that OB still calls it on Project.
Marcus
-- Marcus Denker -- http://marcusdenker.de
nobody and everybody. the repository is open, all people with fixes are invited to commit their changes, if the want to see them integrated in the upcoming 1.4 release Esteban On Jun 25, 2012, at 1:34 PM, Stéphane Ducasse wrote:
It would be good to publish the fix for other OB 1.4 users (I do not know who is in charge)
Stef
On Jun 25, 2012, at 9:45 AM, phil@highoctane.be wrote:
Oh, okay, thanks a lot!. Lesson taken: check for implementers :)
2012/6/25 Marcus Denker <marcus.denker@inria.fr>
On Jun 24, 2012, at 9:39 PM, phil@highoctane.be wrote:
While debugging actions behind buttons, I do get Project class>>spawnNewProcessIfThisIsUI: not being understood.
This prevents from debugging interactions properly.
And sometimes I get the dreaded "Computation Terminated" message, effectively locking me out of the image (nothing moves anymore, I've got to kill the process).
Ideas on how to fix? This is 1.4 14438
#spawnNewProcessIfThisIsUI: has been moved to UIManager.... it seems that OB still calls it on Project.
Marcus
-- Marcus Denker -- http://marcusdenker.de
participants (4)
-
Esteban Lorenzano -
Marcus Denker -
phil@highoctane.be -
Stéphane Ducasse