compiler
compiler copied to clipboard
Debugger: show commands
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
- Elm: 0.19.1
Thanks for reporting this! To set expectations:
- Issues are reviewed in batches, so it can take some time to get a response.
- Ask questions in a community forum. You will get an answer quicker that way!
- If you experience something similar, open a new issue. We like duplicates.
Finally, please be patient with the core team. They are trying their best with limited resources.
See also this Discourse thread: https://discourse.elm-lang.org/t/seeing-commands-in-the-time-traveling-debugger/7745
@lydell great minds think alike :P