In Pharo 3.0 there was a Add/Remove breakpoint (experimental) method popup menu option. I do not see this capability in version 4.0. Is this feature still available or has it been removed? If still available, then how does one get it instantiated? Brad Selfridge ----- Brad Selfridge -- View this message in context: http://forum.world.st/Pharo-4-debugger-tp4855663.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
2015-10-14 20:28 GMT+02:00 bsselfridge@gmail.com <bsselfridge@gmail.com>:
In Pharo 3.0 there was a Add/Remove breakpoint (experimental) method popup menu option. I do not see this capability in version 4.0. Is this feature still available or has it been removed?
No, it was removed. (we moved from "old" compiler to Opal and had to remove the decompiler. Without a working decompiler, the debugger showed wrong code when stepping through a method with breakpoints)
If still available, then how does one get it instantiated?
In pharo 5, we have a new kind of breakpoints, but they don't work well at the moment.
Brad Selfridge
----- Brad Selfridge -- View this message in context: http://forum.world.st/Pharo-4-debugger-tp4855663.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 14 Oct 2015, at 22:25, Nicolai Hess <nicolaihess@web.de> wrote:
2015-10-14 20:28 GMT+02:00 bsselfridge@gmail.com <mailto:bsselfridge@gmail.com> <bsselfridge@gmail.com <mailto:bsselfridge@gmail.com>>: In Pharo 3.0 there was a Add/Remove breakpoint (experimental) method popup menu option. I do not see this capability in version 4.0. Is this feature still available or has it been removed?
No, it was removed. (we moved from "old" compiler to Opal and had to remove the decompiler. Without a working decompiler, the debugger showed wrong code when stepping through a method with breakpoints)
If still available, then how does one get it instantiated?
In pharo 5, we have a new kind of breakpoints, but they don't work well at the moment.
Yes, I am working on it⦠soon. I hope that this will all be finished until end of November. Marcus
participants (3)
-
bsselfridge@gmail.com -
Marcus Denker -
Nicolai Hess