|
Yes, but the fix I have has to be committed in Calypso ;)
The fix is in ClyDebugTestCommand class:
runTest: testSelector of: testClass
| breakpoint |
breakpoint := Breakpoint new
node: (testClass lookupSelector: testSelector) ast;
install.
[super runTest: testSelector of: testClass] ensure: [ breakpoint remove ]
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|