Tag: debug
-
Using
Debug.toString
is really helpful to help debug the model but the format of the output is hard to read. Looking for solution I stumbled upon this gem(not the ruby gem). I changed it to work in elm 0.19 and fix a minor issue when usingcustom type
for theModel
. Here’s the final result on Gist.