compiler icon indicating copy to clipboard operation
compiler copied to clipboard

Debugger: show commands

Open boxed opened this issue 4 years ago • 3 comments

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

boxed avatar Sep 16 '21 10:09 boxed

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.

github-actions[bot] avatar Sep 16 '21 10:09 github-actions[bot]

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

lydell avatar Sep 16 '21 10:09 lydell

@lydell great minds think alike :P

boxed avatar Sep 16 '21 10:09 boxed