Thanks 

I entered this description 
        http://code.google.com/p/pharo/issues/detail?id=5054

And I will start to see if I can identify what changed using dichotomy….

On Dec 2, 2011, at 7:37 PM, Nicolas Cellier wrote:

> Yes. With user interaction...
> 
> In a workspace, type this and debug it:
>    Stream basicNew printString.
> 
> Step over basicNBew.
> Step into printString.
> Step into printStringLimitedTo: 50000
> Step into streamContents: [:s | self printOn: s] limitedTo: limit
> Step over 100 min: sizeLimit
> Step over self new: (100 min: sizeLimit)
> --> error: the debugger tries to execute (String new: String)
> 
> I also note that all class methods in stack window left column are
> miss-printed - like 'Block in class)'    new:


Reply via email to