[Pharo-dev] [Pharo Trick: #0009] 'Enable halt/inspect once' button

2013-12-12 Thread btc
When I have a 'self haltOnce' breakpoint that I am activating often, 
going World  System  Enable halt/inspect once each time is 
annoying.  So using the Duplicate Halo on the menu item, I drag it onto 
the background so that it acts like a button.


cheers -ben



Re: [Pharo-dev] [Pharo Trick: #0009] 'Enable halt/inspect once' button

2013-12-12 Thread Max Leske
#setHaltOnce is implemented on Object. Evaluate this in a workspace:

self setHaltOnce.

- same effect

Cheers,
Max


On 12.12.2013, at 13:06, b...@openinworld.com wrote:

 When I have a 'self haltOnce' breakpoint that I am activating often, going 
 World  System  Enable halt/inspect once each time is annoying.  So using 
 the Duplicate Halo on the menu item, I drag it onto the background so that it 
 acts like a button.
 
 cheers -ben
 




Re: [Pharo-dev] [Pharo Trick: #0009] 'Enable halt/inspect once' button

2013-12-12 Thread btc




Max Leske wrote:

  #setHaltOnce is implemented on Object. Evaluate this in a workspace:

self setHaltOnce.

- same effect

Cheers,
Max

  

Yes :)
But each time I must::
* Search for the correct workspace among several open workspaces, as
well as lots of other windows for Finder, Browser, Debugger, Inspectors
* Use the mouse to highlight that text (three actions - click, drag,
release)
* Use the keyboard for cmd-d, or two more actions with the mouse to
select from menu

Versus:
* one click on a button that is 'always on top'

I guess Trick #0004 is now also an option.

cheers -ben


  
On 12.12.2013, at 13:06, b...@openinworld.com wrote:

  
  
When I have a 'self haltOnce' breakpoint that I am activating often, going "World  System  Enable halt/inspect once" each time is annoying.  So using the Duplicate Halo on the menu item, I drag it onto the background so that it acts like a button.

cheers -ben