Re: [Pharo-dev] Halt once

2016-10-09 Thread Sven Van Caekenberghe
Can't Menu Item not be found with Spotter ? > On 10 Oct 2016, at 02:11, Ben Coman wrote: > > In Pharo 6 I got stuck on the same and after some delay found it under > the World > Debugger menu. > It would be nice if such rearrangement of UI elements were announced > more obviously on the mail lis

Re: [Pharo-dev] Halt once

2016-10-09 Thread Ben Coman
In Pharo 6 I got stuck on the same and after some delay found it under the World > Debugger menu. It would be nice if such rearrangement of UI elements were announced more obviously on the mail list. cheers -ben On Mon, Oct 10, 2016 at 4:38 AM, p...@highoctane.be wrote: > Why no menu anymore? > >

Re: [Pharo-dev] Halt once

2016-10-09 Thread Ben Coman
On Mon, Oct 10, 2016 at 3:26 AM, stepharo wrote: > Hi guys > > we can do better in terms of comments. > > https://pharo.fogbugz.com/f/cases/19193/Halt-once-comment-mega-sucks > > In Pharo 60 I tried to use Halt once. > > There is no menu to set it up anymore so I looked in the class ... :( > > Wha

Re: [Pharo-dev] Halt once

2016-10-09 Thread p...@highoctane.be
Why no menu anymore? Phil On Sun, Oct 9, 2016 at 9:26 PM, stepharo wrote: > Hi guys > > we can do better in terms of comments. > > https://pharo.fogbugz.com/f/cases/19193/Halt-once-comment-mega-sucks > > In Pharo 60 I tried to use Halt once. > > There is no menu to set it up anymore so I looked

Re: [Pharo-dev] Halt once

2016-10-09 Thread stepharo
I submitted this as class comment. Halt is a special exception provided to support breakpoints as defined in Object>>halt. !! Basic usage To manually set a breakpoint you can use message halt as follows: [[[ anObject halt. ]]] You can also use [[[ Halt now ]]] [[[ Halt now: 'With a nice

[Pharo-dev] Halt once

2016-10-09 Thread stepharo
Hi guys we can do better in terms of comments. https://pharo.fogbugz.com/f/cases/19193/Halt-once-comment-mega-sucks In Pharo 60 I tried to use Halt once. There is no menu to set it up anymore so I looked in the class ... :( What a supercool and welcoming comment Halt is provided to support O

Re: [Pharo-dev] Talk at Google Devdays BE accepted

2016-10-09 Thread Esteban Lorenzano
this is very good Phil. this kind of presentations are what we need to expand the community :) please keep us in touch :) Esteban > On 9 Oct 2016, at 10:48, p...@highoctane.be wrote: > > Check 14h50 > > https://devfest.be/schedule/day1 > > > > Question: d

Re: [Pharo-dev] Talk at Google Devdays BE accepted

2016-10-09 Thread p...@highoctane.be
Check 14h50 https://devfest.be/schedule/day1 [image: Inline image 1] Question: does anyone here has made some integration with Angular (1.x) in Seaside? I mean tag brushes for ng-app and possible other interesting associated features (like passing parms from a component to the ng-app parms, havi