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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Debugger - live online

The debugger was conceived and implemented by Laszlo Pandy. He introduced it during his talk at Elm Workshop 2013. Since then it has been adopted by the @elm-lang organization.

Nowadays, the concepts from the debugger live on in elm-reactor, which is part of the elm-platform, and is proving very valuable in everyday use.

You normally shouldn't need to build the debugger from this repo here anymore.

Further development happens in the elm-reactor repo. Please contribute there!

About

Control time and change history. Laszlo's debugger lets you pause, rewind, and replay programs, swapping in new code to debug.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 81.2%Language:Elm 7.6%Language:CSS 6.4%Language:Haskell 4.6%Language:HTML 0.2%