Elmish.WPF icon indicating copy to clipboard operation
Elmish.WPF copied to clipboard

Does time traveling work?

Open forki opened this issue 7 years ago • 4 comments

That's one of the coolest things in elmish. Would it work with Elmish.WPF?

forki avatar Jun 25 '17 09:06 forki

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.

2sComplement avatar Jun 25 '17 13:06 2sComplement

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).

et1975 avatar Jun 25 '17 14:06 et1975

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?

Kurren123 avatar Jul 20 '17 12:07 Kurren123

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.

et1975 avatar Jul 20 '17 12:07 et1975