aurelia / inspector

The Aurelia 1 Chrome plugin which provides Aurelia-specific information about elements selected in the inspector.
MIT License
35 stars 8 forks source link

Refresh watches #3

Open jods4 opened 7 years ago

jods4 commented 7 years ago

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.

EisenbergEffect commented 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.

Alexander-Taran commented 2 years ago

Inspector moved to https://github.com/brandonseydel/aurelia-inspector

@bigopon can be closed.. I guess