Giter Club home page Giter Club logo

debug.elm-lang.org's Introduction

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 to try to get it in shape for everyday use.

Build from source

The server is written in Haskell, so first get the Haskell Platform. The debugger currently relies on the debugger branch of the compiler, so you will need to build that first:

git clone https://github.com/elm-lang/Elm.git
cd Elm
git checkout debugger
cabal install

This will install that version of the compiler globally. If you want to switch back to the most recent release, run git checkout 0.12 ; cabal install. Now that you have the debugger branch, actually build this project:

git clone https://github.com/elm-lang/elm-debugger.git
cd elm-debugger
cabal configure
cabal build
./dist/build/elm-debugger/elm-debugger

This build the server and then start running it locally.

Contributing

This is a very young project, so if you are excited about improving the debugger, it is a great time to contribute! Lots of big questions and important features are still wide open.

Get familiar with the code base and start experimenting. It is likely that the debugger will need to coordinate with the compiler to make it truly great, so talk with people on the list or on IRC to figure out what needs to happen next.

debug.elm-lang.org's People

Contributors

akkartik avatar deadfoxygrandpa avatar dmitrysobolev avatar dobesv avatar evancz avatar ggreif avatar gozala avatar gunrein avatar hoosieree avatar ivanov avatar jsl avatar juhp avatar kjgorman avatar koriroys avatar laszlopandy avatar madscoaducom avatar maxsnew avatar mgold avatar mhr avatar michaelbjames avatar miller-time avatar osnr avatar process-bot avatar pseudonom avatar relrod avatar thsoft avatar tomberek avatar trevorfancher avatar vbychkovsky avatar xash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.