Dec. 26, 2017
11:26 p.m.
Hi Andrei, On 26 December 2017 at 09:51, Andrei Stebakov <lispercat@gmail.com> wrote:
Can I expect that break points in Pharo work in the same way as in Visual Works? When I set a break point in Pharo (6.1 on Windows), it displays a red dot with an exclamation mark and when I send this message to an object, the debugger doesn't get invoked.
Sorry I'm not familiar with VisualWorks. If I define this method (Pharo 6.1 on Linux)... Object >> myTest "Object new myTest" self halt. self inform: 'test'. then evaluate the comment, a debugger is invoked. If your example is different, could you explain it in more detail? cheers -ben