debugger
debugger copied to clipboard
Allow specifying 'name'
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 with Fable.Lit where you have different web components.
Program.withDebuggerName "my-comp"
Seems reasonable, open for a PR.
Here it is. https://github.com/elmish/debugger/pull/60