elm / virtual-dom

The foundation of HTML and SVG in Elm.
https://package.elm-lang.org/packages/elm/virtual-dom/latest
BSD 3-Clause "New" or "Revised" License
209 stars 80 forks source link

Remember the opened state for the elm debugger for nested records stored inside dicts #102

Closed AionDev closed 7 years ago

AionDev commented 7 years ago

I would like to keep the debugger state opened between messages. Better see this: debugger is closing when for opened dicts

The first layer is kept open between updates - but more nested than that no - is not working width dicts. Every time i click on a message - what i selected previously is collapsed.

For this project makes more sense to use Debug.log calls for everything then to open this ( 3-4 clicks deep) on each update. Pretty annoying..

And when stuff is more nested makes more sense to have the debugger backing you. Hope this can be done - i have no idea how to actually do this :smile:

process-bot commented 7 years ago

Thanks for the issue! 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.

evancz commented 7 years ago

Tracking in #98. Thank you for the report and helpful visuals on the problem!