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

note in README re: debugger availability #194

Closed igoodrich closed 8 years ago

igoodrich commented 8 years ago

This PR represents a minor addition to the README that helps people who would otherwise waste time trying to find the time traveling debugger in the current release of the reactor.

You can see what the readme change looks like here: https://github.com/igoodrich/elm-reactor/tree/ig-minor-debugger-clarification

process-bot commented 8 years ago

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

KevinGreene commented 8 years ago

I'd definitely like to see this merged in. I just wasted a good bit of time looking for the debugger functionality.