FogBugz (Case [Issue]19848) Debugging - Step over or though expression with DNU hangs image when happen during test debugging

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]19848) Debugging - Step over or though expression with DNU hangs image when happen during test debugging

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  Debugging: 1. Pharo Image  •  You are subscribed to this case
So the fix is working well on Pharo 7. But it have one important problem:
It is impossible to debug error handling logic. Try to step through following expression:
<code>
[self error: 'test'] on: Error do: [:err | #hello logCr.]
</code>
In normal image would will access the handler block after few steps.
In the image with fix you will be stopped at the place where Error is signalling. And there will no way to debug handler. But more critical is that handler will not be executed at all.
So more work is required around it
Priority Priority: 3 – Must Fix Status Status: Resolved (Fix Reviewed by the Monkey)
Assigned To Assigned to: Denis Kudryashov Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker