Re: [Pharo-users] How to capture the execution of a playground?

2017-03-01 Thread p...@highoctane.be
You can see what's going on with this: p := GTPlayground open. pmodel := p model. logger := GLMMemoryLogger new. pmodel logger: logger. pmodel Then open the annoucements pane to see what is going on. Be ready to use the interrupt combo as I have experienced strange effects :-) If you have a han

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-28 Thread Ben Coman
On Wed, Mar 1, 2017 at 10:06 AM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > > On 28/02/17 02:12, Ben Coman wrote: > > > > On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas < > offray.l...@mutabit.com> wrote: > >> Hi, >> >> I would like to store the object resul

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-28 Thread Offray Vladimir Luna Cárdenas
On 28/02/17 02:12, Ben Coman wrote: On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas mailto:offray.l...@mutabit.com>> wrote: Hi, I would like to store the object resulting from executing a playground. This would imply two steps: - Knowing that the playground

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-27 Thread Ben Coman
On Tue, Feb 28, 2017 at 3:12 PM, Ben Coman wrote: > > > On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas < > offray.l...@mutabit.com> wrote: > >> Hi, >> >> I would like to store the object resulting from executing a playground. >> This would imply two steps: >> >> - Knowing that th

Re: [Pharo-users] How to capture the execution of a playground?

2017-02-27 Thread Ben Coman
On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi, > > I would like to store the object resulting from executing a playground. > This would imply two steps: > > - Knowing that the playground content was executed (via the play button or > its sho

[Pharo-users] How to capture the execution of a playground?

2017-02-27 Thread Offray Vladimir Luna Cárdenas
Hi, I would like to store the object resulting from executing a playground. This would imply two steps: - Knowing that the playground content was executed (via the play button or its shortcuts Ctrl + Shift + g or Ctrl + g). - Getting the results of that execution. For example if the result at