Re: [Pharo-dev] How to be able to get a debugger inside DNU

2017-05-14 Thread Stephane Ducasse
Yes this is super annoying because I get really confused On Sat, May 13, 2017 at 11:10 PM, p...@highoctane.be wrote: > I also have to scroll up to see the last frame (Pharo 5.0). > > Phil > > On Sat, May 13, 2017 at 9:27 PM, Stephane Ducasse > wrote: > >> In fact my test was broken an in additi

Re: [Pharo-dev] How to be able to get a debugger inside DNU

2017-05-13 Thread p...@highoctane.be
I also have to scroll up to see the last frame (Pharo 5.0). Phil On Sat, May 13, 2017 at 9:27 PM, Stephane Ducasse wrote: > In fact my test was broken an in addition the debugger does not show the > top frame and it took me a while to see that I > should always scroll to be the stack. > And I w

Re: [Pharo-dev] How to be able to get a debugger inside DNU

2017-05-13 Thread Stephane Ducasse
In fact my test was broken an in addition the debugger does not show the top frame and it took me a while to see that I should always scroll to be the stack. And I was always only seeing this mustBeABoolean. On Sat, May 13, 2017 at 9:17 PM, Tudor Girba wrote: > Hi, > > I am not quite sure where

Re: [Pharo-dev] How to be able to get a debugger inside DNU

2017-05-13 Thread Tudor Girba
Hi, I am not quite sure where the issue is because I cannot seem to reproduce the problem. I try this Playground script: Object subclass: #ABC instanceVariableNames: '' classVariableNames: '' package: 'ABC'. ABC compile: 'doesNotUnderstand: aMessage "support sen

[Pharo-dev] How to be able to get a debugger inside DNU

2017-05-13 Thread Stephane Ducasse
Hi In the past it was possible to step throw such code and now we cannot anymore because of a smart trick. I should say that I hate when we break the reachibility and understandibility of the system. So why I cannot get a debugger opens after the halt: ? How do I get that ? Now I will put traces: