elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Debugger hides important information #143

Closed sporto closed 7 years ago

sporto commented 7 years ago

The debugger is very useful, but I still find myself using Debug.log a lot because I cannot see all the information I need in the debugger.

image

Specifically, the information about the messages received on the left is just a partial. It would be create if the right pane would show this information entirely.

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 7 years ago

Duplicate of https://github.com/elm-lang/virtual-dom/issues/49.

We're thinking about UI for something like this!