Login  Register

How to capture the execution of a playground?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas < offray.luna@...> wrote: > Hi, > > I would like to store the...
On 28/02/17 02:12, Ben Coman wrote: > > > On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárdenas > <offray.luna@......
On Wed, Mar 1, 2017 at 10:06 AM, Offray Vladimir Luna Cárdenas < offray.luna@...> wrote: > > On 28/02/17 02:12, Ben Coman wrote: ...
You can see what's going on with this: p := GTPlayground open. pmodel := p model. logger := GLMMemoryLogger new. pmodel logger: logger. pmo...
On Tue, Feb 28, 2017 at 3:12 PM, Ben Coman <btc@...> wrote: > > > On Tue, Feb 28, 2017 at 11:28 AM, Offray Vladimir Luna Cárde...