Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread Denis Kudriashov
Hi. 2016-06-04 18:01 GMT+02:00 stepharo : > I got it now > GTInspector does not open on latest stack frame but the one before and > if I scroll I get it > Yes. And step into not autoscroll stack view. I like GTDebugger. It is step forward for our tools. Now only real

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread Tudor Girba
Hi, We certainly want to have a bullet proof debugger. However, by looking at the selector you mention, the problem you got with the crashing debugger is almost surely reproducible with the old debugger. It is unlikely related to the GT Debugger (which is essentially a UI). The issue you

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread Tudor Girba
Hi, I tried several times to reproduce this and could not. If you could get an image with the problem it would be the best case scenario. Cheers, Doru > On Jun 4, 2016, at 5:39 PM, stepharo wrote: > > Hi andrei > > >> >> Do you use a particular Wallet object? > it was

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread stepharo
Hi andrei Do you use a particular Wallet object? it was in one of the tests. I put a halt into the coinFor: into2: What image are you using? Pharo5.0 Latest update: #50759 Can you fuel out and send the stack if you get this error again? I will try to reproduce it and send it to you.

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread Andrei Chis
Hi Stef, On Sat, Jun 4, 2016 at 9:08 AM, stepharo wrote: > Hi andrei > > ThibaultDucasse/Wallet > > And remove the roundTo: 0.1 in the coinFor:into2: method. > > The while loop will iterate forever and pressing on into nearly kill you > > else you get killed by DNU from the

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread Tudor Girba
Hi, > On Jun 4, 2016, at 9:08 AM, stepharo wrote: > > Hi andrei > ThibaultDucasse/Wallet > > And remove the roundTo: 0.1 in the coinFor:into2: method. > The while loop will iterate forever and pressing on into nearly kill you > > else you get killed by DNU from the

Re: [Pharo-dev] Debugger is not stable

2016-06-04 Thread stepharo
Hi andrei ThibaultDucasse/Wallet And remove the roundTo: 0.1 in the coinFor:into2: method. The while loop will iterate forever and pressing on into nearly kill you else you get killed by DNU from the debugger. Stef PS: Yes I know I'm the stupider guy in the world because I criticise the

Re: [Pharo-dev] Debugger is not stable

2016-06-03 Thread Andrei Chis
Hi Stef, Can you provide a way to load or access the entire code of your example? Cheers, Andrei On Fri, Jun 3, 2016 at 9:43 PM, stepharo wrote: > Hi > > I'm debugging a simple algo for a first exercises in Pharo future book and > I get stepToSendOrReturn > > DNU when using

[Pharo-dev] Debugger is not stable

2016-06-03 Thread stepharo
Hi I'm debugging a simple algo for a first exercises in Pharo future book and I get stepToSendOrReturn DNU when using the debugger. : You see I would really like in Pharo that we get new tools only when there are better than the old ones. I still could