help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Fix the continue back into GTK/Event-Loop/C-code


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Fix the continue back into GTK/Event-Loop/C-code
Date: Thu, 24 Oct 2013 07:40:55 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Oct 21, 2013 at 12:55:16PM +0200, Gwenaël Casaccio wrote:
> Hi,
> 
> here is a patch that fix the continue back into GTK/Event-Loop/C-code
> (with the debugger and text widget).

Good Morning,

I think I manage to break the TaskQueue

Repeat:
Open Workspace
'1234' do: [:each | each asUpperCase] ALT+D/DebugIt
Step until the BlockClosure is executed

select "each asUpperCase" CTRL+I => UndefinedObject
select "each" CTRL+I => Character

in the Inspector type
self upperCase CTRL+P Debugger comes up
self upperCase CTRL+P nothing

Result:
Stepping in the debugger is broken, DoIt's don't
appear to work either.


Proposition:
* Name the forked process (so one can identify it)
* Keep the process in a local variable so one can
  more easily find the process.

thanks
        holger





reply via email to

[Prev in Thread] Current Thread [Next in Thread]