Hi Denis,
No idea why the current debugger is not based on the AST interpreter or if there are any plans to move it.
However, I think it will help to make the��ASTDebugger compatible with the current debugger from Pharo.
From what I see the code from��ASTDebugger is indeed very simple. One option could be to create a subclass
of DebugSession that overrides those methods that control the execution. If this goes easy then we could just
reuse both the Spec and the Glamour UIs.
Do you want to give it a try or sync more on this?
Cheers,
Andrei