GTSUnitDebugger MNU receiver of "paneNamed:" is nil

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GTSUnitDebugger MNU receiver of "paneNamed:" is nil

Ben Coman
I'll follow up logged an issue soon, but just a quick note while I'm
in the flow on something else...

1. Pick an existing test method e.g. AST-Tests-Core > NumberParserTest
> testFail
2. Insert an error like 1/0.
3. Run test from System Browser by clicking on the method's circular icon
4. Click on top of stack "SmallInteger   /"
 --> MessageNotUnderstood: receiver of "paneNamed:" is nil

At step 3, instead clicking <Debug> works okay.

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: GTSUnitDebugger MNU receiver of "paneNamed:" is nil

Henrik Nergaard
https://pharo.fogbugz.com/f/cases/17653/GTSpecPreDebugWindow-initializeStackPane-GTSUnitDebugger-MNU-reciever-of-paneNamed-is-nil


-----Original Message-----
From: Pharo-dev [mailto:[hidden email]] On Behalf Of Ben Coman
Sent: Friday, February 19, 2016 6:52 PM
To: Pharo Development List <[hidden email]>
Subject: [Pharo-dev] GTSUnitDebugger MNU receiver of "paneNamed:" is nil

I'll follow up logged an issue soon, but just a quick note while I'm in the flow on something else...

1. Pick an existing test method e.g. AST-Tests-Core > NumberParserTest
> testFail
2. Insert an error like 1/0.
3. Run test from System Browser by clicking on the method's circular icon
4. Click on top of stack "SmallInteger   /"
 --> MessageNotUnderstood: receiver of "paneNamed:" is nil

At step 3, instead clicking <Debug> works okay.

cheers -ben