Debugger patch

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

Debugger patch

MrGwen
Hi,

here is the debugger patch Paolo ;) I've fixed an other bug in the
ContextPart>>#debuggerClass method.

Gwen

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

debugger.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Debugger patch

Paolo Bonzini-2
On 03/03/2010 01:30 PM, Gwenael Casaccio wrote:
> Hi,
>
> here is the debugger patch Paolo ;) I've fixed an other bug in the
> ContextPart>>#debuggerClass method.

Can you explain this change?

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Debugger patch

MrGwen
On Wednesday 03 March 2010 02:28:14 pm Paolo Bonzini wrote:
> On 03/03/2010 01:30 PM, Gwenael Casaccio wrote:
> > Hi,
> >
> > here is the debugger patch Paolo ;) I've fixed an other bug in the
> > ContextPart>>#debuggerClass method.
>
> Can you explain this change?
>

Inside the loop the variable ctx becomes nil and when ctx send the message
receiver of course we've got a DNU and again we go inside the
ContextPart>>#debuggerClass inside the loop ctx becomes nil and ... ;)

> Paolo
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Debugger patch

Paolo Bonzini-2
On 03/03/2010 03:15 PM, Gwenael Casaccio wrote:

> On Wednesday 03 March 2010 02:28:14 pm Paolo Bonzini wrote:
>> On 03/03/2010 01:30 PM, Gwenael Casaccio wrote:
>>> Hi,
>>>
>>> here is the debugger patch Paolo ;) I've fixed an other bug in the
>>> ContextPart>>#debuggerClass method.
>>
>> Can you explain this change?
>>
>
> Inside the loop the variable ctx becomes nil and when ctx send the message
> receiver of course we've got a DNU and again we go inside the
> ContextPart>>#debuggerClass inside the loop ctx becomes nil and ... ;)

Doh, I can't read.  Applied.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk