Re: [Pharo-project] Breakpoints in Pharo
On Mar 16, 2011, at 7:41 PM, Noury Bouraqadi wrote:
A break point should not turn the MC package into dirty as opposite to inserting a self halt or self haltIf:[...].
and -> one could remove all breakpoints with a menu entry -> disable but not remove -> watchpoints (viewers for values and expressions), even conditonal -> nice integration in the IDE... Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
+1 --- it would be very nice
A break point should not turn the MC package into dirty as opposite to inserting a self halt or self haltIf:[...].
and -> one could remove all breakpoints with a menu entry -> disable but not remove -> watchpoints (viewers for values and expressions), even conditonal -> nice integration in the IDE... Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. On Mar 16, 2011, at 7:41 PM, Noury Bouraqadi wrote:
+1 for breakpoints ----------------- Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein)
On 16 Mar 2011, at 19:48, Marcus Denker wrote:
On Mar 16, 2011, at 7:41 PM, Noury Bouraqadi wrote:
A break point should not turn the MC package into dirty as opposite to inserting a self halt or self haltIf:[...].
and -> one could remove all breakpoints with a menu entry -> disable but not remove -> watchpoints (viewers for values and expressions), even conditonal -> nice integration in the IDE...
Marcus
I have elementary breakpoint support in my Pharo images (Toggle Breakpoint in the Selector menu) and I use it all the time and I am quite happy with it (together with 'Debug it'). Indeed more options would be nice. But at least I don't have to do a self halt any more in most cases. I don't know how it works, I guess it comes with OB ? Sven PS: See Lukas' mail from sept 10 2010
participants (4)
-
Benoit St-Jean -
Marcus Denker -
Reg Krock -
Sven Van Caekenberghe