Open forki opened 7 years ago
I think we should be able to get this working, my question is where the time travelling controls would live. I'll give it some thought.
You'd use standalone monitor (like react native does), but it should work once the client side is implemented (can't use elmish.debugger as is, because it relies on a JS library for the protocol impl).
Would it be possible to have a stand alone time travel debugger that can attach to a process, where the process is a running Elmish.WPF app?
It will be possible once native .NET protocol implementation (TCP client) is implemented. It might exist already, if not - writing it shouldn't be too difficult. It's just hasn't been a priority.
That's one of the coolest things in elmish. Would it work with Elmish.WPF?