[Pharo-project] problem with debugger
Hi,i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack? Thanks a lot, Fabrizio
On 27.07.2009, at 10:06, Fabrizio Perin wrote:
Hi, i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack?
Hi Fabrizio, The last updates introduces a bug. I will do an update soon to fix that (see bugtracker). Marcus -- Marcus Denker - http://marcusdenker.de PLEIAD Lab - Computer Science Department (DCC) - University of Chile
2009/7/27 Fabrizio Perin <fabrizio.perin@gmail.com>
Hi,i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack?
I don't know if I understood your question, but perhaps you might want to see PharoDebug.log in the directory where your image is. There you will have all the stacktrace. Best, Mariano
Thanks a lot, Fabrizio
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Fabrizio, 2009/7/27 Fabrizio Perin <fabrizio.perin@gmail.com>:
i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack?
this is a known bug which has a fix. Please find more information on: http://code.google.com/p/pharo/issues/detail?id=913 To load the fix, open the PharoInbox repository using Monticello and load Compiler-damiencassou.115. Sorry about that. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
On 27.07.2009, at 10:12, Damien Cassou wrote:
Hi Fabrizio,
2009/7/27 Fabrizio Perin <fabrizio.perin@gmail.com>:
i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack?
this is a known bug which has a fix. Please find more information on:
http://code.google.com/p/pharo/issues/detail?id=913
To load the fix, open the PharoInbox repository using Monticello and load Compiler-damiencassou.115.
Sorry about that.
#10393 should fix this and the encoding bug. Marcus -- Marcus Denker - http://marcusdenker.de PLEIAD Lab - Computer Science Department (DCC) - University of Chile
thanks a lot. You were amazingly helpful :) I will download the next upgrade and next time I will provide you a better feed back. Cheers, Fabrizio 2009/7/27 Marcus Denker <denker@acm.org>
On 27.07.2009, at 10:12, Damien Cassou wrote:
Hi Fabrizio,
2009/7/27 Fabrizio Perin <fabrizio.perin@gmail.com>:
i'm using the image 10392. When I try to debug something an error occurred every time I hit a button (like debug for instance). The error is "Error: key not found". There is a way to copy the stack?
this is a known bug which has a fix. Please find more information on:
http://code.google.com/p/pharo/issues/detail?id=913
To load the fix, open the PharoInbox repository using Monticello and load Compiler-damiencassou.115.
Sorry about that.
#10393 should fix this and the encoding bug.
Marcus
-- Marcus Denker - http://marcusdenker.de PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Damien Cassou -
Fabrizio Perin -
Marcus Denker -
Mariano Martinez Peck