elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.51k stars 656 forks source link

Debugger: show commands #2226

Open boxed opened 2 years ago

boxed commented 2 years ago

I'm debugging an Elm app and the debugger is very useful generally but it doesn't show me the Cmds that happen between messages. I think it would make things a lot easier to understand if the Cmd output from update was shown in the debug panel along with the message and the model.

SSCCE

github-actions[bot] commented 2 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

lydell commented 2 years ago

See also this Discourse thread: https://discourse.elm-lang.org/t/seeing-commands-in-the-time-traveling-debugger/7745

boxed commented 2 years ago

@lydell great minds think alike :P