Happy !

ClaraAllende / SmartBreakpoints

Project infos

License MIT
Tags
Creation date 2014-06-17
Website http://clariallende.wordpress.com/

Monticello registration

About SmartBreakpoints

SmartBreakpoints is a plugin adding breakpoint support to the Pharo IDE. SmartBreakpoints annotates the AST of methods and message sends to add the corresponding code interruptions. AST annotations do not modify the source code of the debugged application, which remains unchanged for the versioning tools and the developer.

For installing and using it in Pharo 4.0, use the following script:

Gofer it
smalltalkhubUser: 'ClaraAllende' project: 'SmartBreakpoints';
configurationOf: 'SmartBreakpoints';
loadStable.