Hi, i'm really missing the debug feature in nautilus. +1 to restore it! But it's worse than what others describe, lets say you write a tests that fails, i've to press ALT + "." to've the UI back and the dialog window that offers you to proceed, abandon, debug, etc. It hangs on this collaboration of PackageTreeNautilusUI#runTestForAMethod:notifying:priority: testSemaphoreForMethod wait. I also tried to send #haltOnce or #halt into the test and it doesn't work on a test. It stops only when i press ALT + "." Cheers, Francisco On Sun, Apr 12, 2015 at 7:00 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
I think break points were done by Clara Allende. As far as I know, they work but there's no IDE support for them. I think they are not ready for this release but I am not sure about the status. Marcus can confirm it will not be ready.
For this release the intention was reviewing and integrating the Reflectivity machinery, and then afterwards the breakpoints. So far Marcus has done a lot on that part (reviewing and enhancing my prototype for reflectivity), and we have discussed that the breakpoints (in the state I've left them at the end of my internship) should work out of the box. Nevertheless, I want to do a pass on them and update what's necessary once Pharo4 is released.
But they won't be integrated in the release, that's for sure, because there's work to do with them...
The problem is that it needs compiler changes that will not be done for Pharo4. Maybe we can back port, but the priority for me is not Pharo4 for this.
Marcus