debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Time-traveling debugger and import export for Elmish apps

Results 9 debugger issues
Sort by recently updated
recently updated
newest added

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

help wanted

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": ![image](https://user-images.githubusercontent.com/16801528/140545203-b2290ef3-92c6-4f9e-8808-438a328ca4d3.png) ### Repro code The Increment/Decrement Elmish demo in conjunction...

help wanted

### 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

help wanted

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

question

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