distel icon indicating copy to clipboard operation
distel copied to clipboard

Evaluating an expression while debugging.

Open mtourne opened this issue 10 years ago • 2 comments

The only thing lacking for my ideal workflow with distel compared to the graphical debugger, is the ability to evaluate expressions from what I'm currently debugging.

Is there any way currently to have an interactive session within the debugger ?

mtourne avatar Dec 11 '14 00:12 mtourne

I don't really understand that... "interactive session within the debugger"?

massemanet avatar Dec 12 '14 08:12 massemanet

Something conceptually similar to the interactive session minor mode, but instead of evaluating expression into the shell they would be evaluated in the context of the debugger.

Like the line Evaluator: in this image of the graphical debugger : http://www.erlang.org/doc/apps/debugger/images/attach.jpg I believe there is no way to reproduce this Evaluator behavior with the current iteration of distel.

mtourne avatar Dec 13 '14 19:12 mtourne