[Pharo-dev] Fwd: [Vm-dev] multiple crashes on macOS Sierra

2017-05-29 Thread Eliot Miranda
-- Forwarded message -- From: Tobias Pape Date: Mon, May 29, 2017 at 12:09 AM Subject: Re: [Vm-dev] multiple crashes on macOS Sierra To: John McIntosh Cc: Squeak Virtual Machine Development Discussion <

Re: [Pharo-dev] DebugSession: no exception raised when stepping out of the execution?

2017-05-29 Thread Eliot Miranda
Hi Thomas, > On May 29, 2017, at 7:41 AM, Ben Coman wrote: > > > >> On Mon, May 29, 2017 at 9:34 PM, wrote: >> Hi, >> >> I'm working with DebugSession to see if I can implement something that would >> step into an execution until a given

[Pharo-dev] Roassal @ Pharo TechTalk

2017-05-29 Thread Alexandre Bergel
Hello, Tomorrow Roassal will be the topic of the month Pharo TechTalk. When: TechTalk Voice channel @ Discord, Youtube channel When: 4:00 PM (GMT+2, Paris Time), 11:00 (GMT-3, Argentina time) 10:00 AM (GMT-4, Chile time), 7:00 AM (PDT, San Francisco)

Re: [Pharo-dev] DebugSession: no exception raised when stepping out of the execution?

2017-05-29 Thread Ben Coman
On Mon, May 29, 2017 at 9:34 PM, wrote: > Hi, > > I'm working with DebugSession to see if I can implement something that > would step into an execution until a given expression evaluates to a > different value than the value it had at the beginning to quickly

[Pharo-dev] DebugSession: no exception raised when stepping out of the execution?

2017-05-29 Thread tdupriez
Hi, I'm working with DebugSession to see if I can implement something that would step into an execution until a given expression evaluates to a different value than the value it had at the beginning to quickly localise the precise point where an invariant is broken. But it appears that