elm-lang / debug.elm-lang.org

Control time and change history. Laszlo's debugger lets you pause, rewind, and replay programs, swapping in new code to debug.
BSD 3-Clause "New" or "Revised" License
66 stars 14 forks source link

Feature/new debugger #4

Closed michaelbjames closed 10 years ago

michaelbjames commented 10 years ago

Debug.elm-lang.org uses the new debugger.

It uses elm-reactor as a submodule to save lots of code overlap. We don't have to hang on to the old debugging html/css/js code!

The changes in elm files were only so that the home file would open. I think more of the elm files need to change, too. The examples need to be checked for consistency with 0.13.