|
From the perspective of a TestCase... * "running" a test wraps execution in error handling so it can log errors without TestRunner breaking open a debugger. * "debugging" executes without that error handling so an error breaks open a debugger. The functionality required is that a debugger opens immediately on the first line of the test method. cheers -ben On Sun, Apr 12, 2015 at 3:35 AM, Max Leske <[hidden email]> wrote:
|
In reply to this post by Clément Béra
For this release the intention was reviewing and integrating the Reflectivity machinery, and then afterwards the breakpoints. But they won't be integrated in the release, that's for sure, because there's work to do with them... Cheers |
In reply to this post by Ben Coman
Hi nicolai
I do not know the complexity of the fix and its addition. I have the impression that we will have more fixes after the release than in 3.0. So prepare it because it can always be used either in 4.0 or 5.0 alpha. Even if at the end we remove it because of better wy to express breakpoint. In france we say "never free the prey for its shadow" ;) Stef Le 11/4/15 14:58, Ben Coman a écrit :
|
In reply to this post by Nicolai Hess
Breakpoints are for Pharo5… maybe back porting will be possible, but it is not the priority. Marcus |
In reply to this post by Clara Allende
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 |
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 <[hidden email]> wrote:
|
Load the Slice #16018 into your Pharo 4 image and it will add the menu item back.
|
Free forum by Nabble | Edit this page |