Pharo 4 debugger

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 4 debugger

Brad Selfridge
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
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 4 debugger

Nicolai Hess


2015-10-14 20:28 GMT+02:00 [hidden email] <[hidden email]>:
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.


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 4 debugger

Marcus Denker-4

On 14 Oct 2015, at 22:25, Nicolai Hess <[hidden email]> wrote:



2015-10-14 20:28 GMT+02:00 [hidden email] <[hidden email]>:
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