elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Initial values #163

Closed ksamborski closed 8 years ago

ksamborski commented 8 years ago

Hello!

I implemented initial values handling with fullscreenDebug. You can put them as the last argument (like with Elm.fullscreen). By the way I fixed the missing semicolon in Slider.js causing debugger to throw the error "intermediate value(…) is not a function" on my chrome.

Please check if it's OK.

evancz commented 8 years ago

Things are quite a bit different with 0.17 so I don't think this PR is still relevant. Getting ports working with the reactor is one of the big requests, so expect that when we bring back some of the old functionality.