2017-12-27 10:49 GMT+01:00 Denis Kudriashov :
>
> 2017-12-27 10:37 GMT+01:00 Nicolai Hess :
>
>> Works for me too (on windows).
>> But sometimes, a change and accept of the current method, does not
>> removes the "Breakpoint"-Icon.
>> So, it looks like there is a breakpoint, but isn't anymore and
On 27 December 2017 at 07:26, Ben Coman wrote:
> Hi Andrei,
>
> On 26 December 2017 at 09:51, Andrei Stebakov 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 ex
2017-12-27 10:37 GMT+01:00 Nicolai Hess :
> Works for me too (on windows).
> But sometimes, a change and accept of the current method, does not removes
> the "Breakpoint"-Icon.
> So, it looks like there is a breakpoint, but isn't anymore and the code of
> course does not trigger the debugger.
> Th
Works for me too (on windows).
But sometimes, a change and accept of the current method, does not removes
the "Breakpoint"-Icon.
So, it looks like there is a breakpoint, but isn't anymore and the code of
course does not trigger the debugger.
The icon vanishes, if I unselect and select the current m
Just tried it in Pharo 6.1 on Linux 32 bit. Breakpoints work. So presumably
this is a Pharo on Windows issue.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Ben,
I don't think you can compare #halt with Breakpoints. Breakpoints have
two main advantages over halts:
* They do not change source code, so there is no diff between a method
version with and without this debugging aid. Helps a lot, especially
in times when you urgenztly need to fix
Hi Andrei,
On 26 December 2017 at 09:51, Andrei Stebakov 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, t
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.