Fix is inbox. But I am not sure how good it is. It fixed known cases but can broke something else. So maybe it is not for Pharo6. 2017-03-17 12:10 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
2017-03-17 6:46 GMT-03:00 Denis Kudriashov <dionisiydk@gmail.com>:
2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
I got used to save the image before debugging a single test and/or
recover
lost changes. But this is certainly hard if you want to do TDD :)
Is this related with the debugger UI (GT) or with the underlying frameworks?
No. Problem is in Context methods: #stepToHome: and #runUntilErrorOrReturnFrom:. They called from DebugSession #stepThrough: and #stepOver:
I don't know the internals of the debugger, nor the Context execution, but this sometimes happens when running the test, without an open debugger.
I will try to find a case and report it to the latest issue you created.
Thanks for your support.
Esteban A. Maringolo