debugger
debugger copied to clipboard
Time-traveling debugger and import export for Elmish apps
### Description No UI refresh when travel debug / replay is enabled. ### Repro code 1) Create a new `awesome` app using the elmish template as of https://github.com/elmish/templates 2) Install...
Fiexes Allow specifying 'name' #58
### Description The extension allows specifying a name. I think it can be very handy to be able to specify name if your app has multiple elmish loops, in particular...
### Description When using elmish/debugger with Redux Devtools, the chart of the State only contains one data point with "error":  ### Repro code The Increment/Decrement Elmish demo in conjunction...
### Description We use the debugger in the integration-test suite (to test various stuff) and in order to make it work properly we need to shutdown the underlying socket. To...
A .NET-native implementation of the debugger would be nice (for Xamarin/WPF consumers), maybe @zalmoxisus could offer some pointers for the wire specification? /cc @Lleutch
### Description Some browsers don't support the `redux dev tool` extensions and so are being flooded by lot of errors. Would you be ok if we try to capture the...
### Description I'm trying to use this with React Native and it's failing with connection timeout. ``` "TimeoutError: Event response for 'login' timed out at SCSocket._handleEventAckTimeout (blob:http://localhost:8081/26f10f58-4ab3-4aa1-8116-d08fdb9bae27:84260:19) at blob:http://localhost:8081/26f10f58-4ab3-4aa1-8116-d08fdb9bae27:84286:12 at...
### Description The redux devtools allow triggering actions from the UI, but the only message type currently handled by the elmish debugger is `MsgTypes.Dispatch`. I was able to modify the...