Re: [Newbies] How to force a break

2011-05-03 Thread Stuart Herring
self halt. You can then simply step over it in the debugger. Regards, Stuart On Wed, May 4, 2011 at 11:27 AM, Gary Dunn wrote: > Is there a "correct " way to force a debugger session to open? A smalltalk > break point? Currently I am sending an unrecognized method, but it seems > awkward. > > Ga

Re: [Newbies] How to force a break

2011-05-03 Thread Casey Ransberger
self break. "works" self halt. "also works." foo halt. "should work if foo inherits from Object like most things" Hope this helps! On May 3, 2011, at 6:27 PM, Gary Dunn wrote: > Is there a "correct " way to force a debugger session to open? A smalltalk > break point? Currently I am sending an

[Newbies] How to force a break

2011-05-03 Thread Gary Dunn
Is there a "correct " way to force a debugger session to open? A smalltalk break point? Currently I am sending an unrecognized method, but it seems awkward. Gary Dunn Open Slate Project http://openslate.org ___ Beginners mailing list Beginners@lists.sque