Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1081 by usman.bh...@gmail.com: debugger is broken http://code.google.com/p/moose-technology/issues/detail?id=1081
Do, for example, 1 add: 1 in a playground and we get a debugger window with an execution stack. The problem is that when clicking on an item in the stack, nothing happens. So debugging is currently broken.
Updates: Labels: Component-GlamorousToolkit Milestone-5.0
Comment #1 on issue 1081 by tu...@tudorgirba.com: debugger is broken http://code.google.com/p/moose-technology/issues/detail?id=1081
Thanks for opening this issue. The issue is due to a recent change in Pharo.
Thierry already provided a Pharo slice that would fix the problem:
SLICE-Issue-13422-Image-crashes-because-an-open-Nautilus-browser-hangs-onto-many-objects-while-code-is-being-loaded
Comment #2 on issue 1081 by tu...@tudorgirba.com: debugger is broken http://code.google.com/p/moose-technology/issues/detail?id=1081
The current status is that we are loading the slice from thierry in the gtimagesetup.
Comment #3 on issue 1081 by step...@stack.nl: debugger is broken http://code.google.com/p/moose-technology/issues/detail?id=1081
If we build on top of 30852 that should no longer be needed. We could do a test in the configuration to ensure that the fix is included when loading in a 30851
Updates: Status: Fixed
Comment #4 on issue 1081 by tu...@tudorgirba.com: debugger is broken http://code.google.com/p/moose-technology/issues/detail?id=1081
Excellent. I tested it and it works fine. So now I removed the loading of the patch.
Thanks for the notification.