elm-tooling / gsoc-projects

A list of possible gsoc projects
4 stars 4 forks source link

Elm debugging in browser #10

Closed shivanshxyz closed 3 years ago

shivanshxyz commented 3 years ago

Hey @Razzeee , Do we have any existing browser extension for elm debugging? something like vue.js or react dev tools browser extension. If no, then this can be an interesting idea to work on. I have prior experience in creating chrome extensions so I can submit a proposal if anyone is available for mentoring.

mpizenberg commented 3 years ago

This one is fairly used: https://github.com/kraklin/elm-debug-extension

shivanshxyz commented 3 years ago

Also not just me, if any other participant feels confident for this project then feel free to work on it as I am working on another proposal and there's only so much one can do in a limited time frame.

shivanshxyz commented 3 years ago

This one is fairly used: https://github.com/kraklin/elm-debug-extension

Oh, nevermind then. Thanks for mentioning

mpizenberg commented 3 years ago

It's probably not as developed as the something like debugging extension for react I suppose since react community is huge. That extension is mostly for pretty printing calls to Debug.log. Otherwise there is also the official elm make --debug option, sometimes called the "time travel debugger".

razzeee commented 3 years ago

I'm not sure what we could do here. There have been some tests on actual debugging from vscode, but that's still too early I think. Closing this for now, feel free to reopen.