[Pharo-project] would be good to check the brekapoint behavior
Hi marcus you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain. Stef
Stéphane Ducasse wrote:
you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain.
Very big +1 ! It seems that only Squeak does not have a breakpoint support yet. And funny, the Squeak based Gemstone GLASS tools support breakpoints. So they are more or less already there .... Janko -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si
On 09.10.2008, at 18:37, Stéphane Ducasse wrote:
Hi marcus
you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain.
There is a very simple breakpoint mechanism in Squeak. It allows to set breakpoints on method entry, and clear all at once. There is an enty in the menu in the browser to toggle the breakpoint, attached is a changeset that fixes some small things so that it actually works. The whole implementation is maybe a bit too simple, though. On the other hand, it's a start. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
do you know if this code in ok for pharo? Stef On Oct 9, 2008, at 8:40 PM, Marcus Denker wrote:
On 09.10.2008, at 18:37, Stéphane Ducasse wrote:
Hi marcus
you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain.
There is a very simple breakpoint mechanism in Squeak. It allows to set breakpoints on method entry, and clear all at once.
There is an enty in the menu in the browser to toggle the breakpoint, attached is a changeset that fixes some small things so that it actually works.
<BreakPointFixes.1.cs>
The whole implementation is maybe a bit too simple, though. On the other hand, it's a start.
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 09.10.2008, at 21:12, Stéphane Ducasse wrote:
do you know if this code in ok for pharo?
The fix I posted? Yes, we should add that and later then see if it makes sense to keep the whole breakpoint implemenation or not. Marcus
Stef
On Oct 9, 2008, at 8:40 PM, Marcus Denker wrote:
On 09.10.2008, at 18:37, Stéphane Ducasse wrote:
Hi marcus
you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain.
There is a very simple breakpoint mechanism in Squeak. It allows to set breakpoints on method entry, and clear all at once.
There is an enty in the menu in the browser to toggle the breakpoint, attached is a changeset that fixes some small things so that it actually works.
<BreakPointFixes.1.cs>
The whole implementation is maybe a bit too simple, though. On the other hand, it's a start.
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
participants (3)
-
Janko Mivšek -
Marcus Denker -
Stéphane Ducasse