Open jods4 opened 7 years ago
This is probably possible, but a bit tricky. The reason is that the inspector doesn't live in or have access to the objects in the main window. Everything has to be handled via cross-process message passing.
Inspector moved to https://github.com/brandonseydel/aurelia-inspector
@bigopon can be closed.. I guess
I'm submitting a feature request
The values displayed in the Aurelia inspector are not refreshed after a browser event loop. For example if I click on an input and my model values change, the old ones are still displayed in the inspector.
If I select another element they are refreshed, but this is annoying as I loose any context (scroll position, expanded object nodes).
It would be nice if just like regular debugger watches, the values updated automatically, maybe even with a small flash when a value changes.