Display full msg in Elm Debugger sidebar

I usually just wrap the msg in the case expression like this:

case (Debug.log "msg" msg) of
    — ...

Less noisy than the let form in my opinion.

2 Likes