I tested in latest (pharo1.0beta-10401web09.07.5) and noticed that now pharo uses the same debugger for breakpoints and for "debugits", which is nice. The bug I mentioned seems to be in OTDebugger, which has been removed from the image, so it could be said it's "fixed". Now, this debugger has ooother problem... if doing the same as before (AClassToTest doSomeThingWith: 14@17) in the bottom right list appears " stack top", and if I click it, an error pops up (AClassToTest DNU: #asText). So what happened with #asText? Also more questions: with this debugger there isn't any step out button, nor a return one, which I found useful often. Is this going to stay that way? Another thing I noticed is that OBPackageBrowser has also been removed, and the actual class browser doesn't have a search bar on top. How do you search for a class if you don't know in what package is defined? I feel really lost without the search bar... Thanks, Javier. 2009/8/4 Mariano Martinez Peck <marianopeck@gmail.com>
On Tue, Aug 4, 2009 at 8:24 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
2009/8/4 Javier Pimás <elpochodelagente@gmail.com>:
Here is an example to reproduce it. Maybe somebody has already opened a ticket for this problem. To try you can doit the following code and look
at
the values shown of x and y in the bottom left list of debugger.
AClassToTest doSomeThingWith: 14@17.
I can't reproduce your bug. Please try again in a 10402 image or later and open an issue tagged Milestone-1.0 if you can still reproduce it. Also attach the code to the issue so that people can load easily.
I also did it but didn't find something strange. Perhaps a screenshot may help.
best,
mariano
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ 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
-- Javier Pimás Ciudad de Buenos Aires