Re: [Pharo-dev] About the infinite debugger

2018-08-08 Thread teso...@gmail.com
Yes, we have to check all the scenarios. The problems with the UI process is not resolved at all. On Tue, Aug 7, 2018 at 11:11 PM Denis Kudriashov wrote: > I have more special cases where debugger hangs: > 19662 >

Re: [Pharo-dev] About the infinite debugger

2018-08-07 Thread Denis Kudriashov
I have more special cases where debugger hangs: 19662 , 19928 , 20274

Re: [Pharo-dev] About the infinite debugger

2018-08-07 Thread Denis Kudriashov
Hi. Good job guys. I just checked my case 19848 . And it is now fixed. Thanks 2018-06-29 15:48 GMT+01:00 Guillermo Polito : > Hi all, > > during today's sprint we hav

Re: [Pharo-dev] About the infinite debugger

2018-08-06 Thread Guillermo Polito
Hi Steven, The thing about your fix was mainly that it only worked for the case of running tests. We could however reproduce this bug from a playground too. At first, replacing #pass to #debug looked like a hack to me :) Just looking at the code of runCaseForDebug:, I felt the correct thing to d

Re: [Pharo-dev] About the infinite debugger

2018-08-05 Thread Esteban A. Maringolo
El dom., 5 de ago. de 2018 17:28, Tim Mackinnon escribió: > Guys - this really needs attention - I’ve spend hours now trying to debug > some code and most of it is in closing infinite debuggers. It makes a > mockery of our tagline - “awesome debugging”. We can change the tagline to "limitless d

Re: [Pharo-dev] About the infinite debugger

2018-08-05 Thread Steven Costiou
Hi, i had no answer to my comments on fogbuz (one of the first) so i assumed it was not a good idea. In the usecases i used to reproduce the bug, replacing "ex pass" by "ex debug" in runCaseForDebug:solved the problem. See the analysis on fogbuz. Did not have any side effect, but i do not kno

Re: [Pharo-dev] About the infinite debugger

2018-08-05 Thread Tim Mackinnon
Guys - this really needs attention - I’ve spend hours now trying to debug some code and most of it is in closing infinite debuggers. It makes a mockery of our tagline - “awesome debugging”. And the extra irony is that I’m debugging some file path stuff for exercism, to make it easier for hopeful

Re: [Pharo-dev] About the infinite debugger

2018-08-02 Thread Norbert Hartl
bump > Am 04.07.2018 um 02:28 schrieb Martin McClure : > >> On 07/03/2018 05:02 PM, Martin McClure wrote: >>> On 06/29/2018 07:48 AM, Guillermo Polito wrote: >>> I know that the exception handling/debugging has been modified several >>> times in the latest years (some refactorings, hiding context

Re: [Pharo-dev] About the infinite debugger

2018-07-03 Thread Martin McClure
On 07/03/2018 05:02 PM, Martin McClure wrote: > On 06/29/2018 07:48 AM, Guillermo Polito wrote: >> I know that the exception handling/debugging has been modified several >> times in the latest years (some refactorings, hiding contexts...), we >> unfortunately don't have tests for it, so I'd like so

Re: [Pharo-dev] About the infinite debugger

2018-07-03 Thread Martin McClure
On 06/29/2018 07:48 AM, Guillermo Polito wrote: > Hi all, > > during today's sprint we have been working with lots of people on the > infinite debugger problem (https://pharo.fogbugz.com/f/cases/22085/). > We have checked the emails sent in the latest month. Then, together > with Quentin, Pablo, Pa

Re: [Pharo-dev] About the infinite debugger

2018-07-03 Thread Marcus Denker
> On 30 Jun 2018, at 02:56, Eliot Miranda wrote: > > Hi Guille, > > On Jun 29, 2018, at 7:48 AM, Guillermo Polito > wrote: > >> Hi all, >> >> during today's sprint we have been working with lots of people on the >> infinite debugger problem (https://pharo.

Re: [Pharo-dev] About the infinite debugger

2018-06-29 Thread Eliot Miranda
Hi Guille, > On Jun 29, 2018, at 7:48 AM, Guillermo Polito > wrote: > > Hi all, > > during today's sprint we have been working with lots of people on the > infinite debugger problem (https://pharo.fogbugz.com/f/cases/22085/). We have > checked the emails sent in the latest month. Then, toget

Re: [Pharo-dev] About the infinite debugger

2018-06-29 Thread Esteban A. Maringolo
Great news! I hope this fixes it once and for all. For some reason this bug bit me several times in several Pharo releases. Thank you all for your dedication. On 29/06/2018 11:48, Guillermo Polito wrote: > Hi all, > > during today's sprint we have been working with lots of people on the > infi

Re: [Pharo-dev] About the infinite debugger

2018-06-29 Thread Guillermo Polito
On Fri, Jun 29, 2018 at 5:58 PM Ben Coman wrote: > > > On 29 June 2018 at 22:48, Guillermo Polito > wrote: > >> Hi all, >> >> during today's sprint we have been working with lots of people on the >> infinite debugger problem (https://pharo.fogbugz.com/f/cases/22085/). We >> have checked the emai

Re: [Pharo-dev] About the infinite debugger

2018-06-29 Thread Ben Coman
On 29 June 2018 at 22:48, Guillermo Polito wrote: > Hi all, > > during today's sprint we have been working with lots of people on the > infinite debugger problem (https://pharo.fogbugz.com/f/cases/22085/). We > have checked the emails sent in the latest month. Then, together with > Quentin, Pablo

[Pharo-dev] About the infinite debugger

2018-06-29 Thread Guillermo Polito
Hi all, during today's sprint we have been working with lots of people on the infinite debugger problem (https://pharo.fogbugz.com/f/cases/22085/). We have checked the emails sent in the latest month. Then, together with Quentin, Pablo, Pavel, Yoan we have been discussing and testing hypothesis al