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

No binding context on what should be valid nodes #14

Open JNotelddim opened 5 years ago

JNotelddim commented 5 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: Selecting node in 'Elements' debugger panel fails to show binding context. image You can see here, I've selected one of the nodes within my custom element. I've been using this extension for months and have never had an issue with it not giving me the binding context correctly - but the past few days it's been happening regularly. No matter what I select I don't get a binding context until I close the tab and reopen the app in a new tab. But even then, it seems to break pretty quickly.

Expected behavior? The binding-context, etc should show up when I select an appropriate node. image

Note I'm not experienced with the inner workings of chrome extensions- but if there's more info I can provide (particular logs, etc) please let me know.

JNotelddim commented 5 years ago

Maybe this is a chrome issue though? I've also been having issues with my code not updating properly in the source view of the debugger, and that doesn't work again until I reopen the debugger. (and I'm now finding reopening the debugger is working for getting Aurelia Inspector working again too)

So this isn't as big of a deal, now that I've realized I can just reopen the debugger - but I'd think it'd still be worth at least determining if it's a chrome or aurelia inspector issue, or something else?

bigopon commented 5 years ago

It's not immediately obvious why it works in that way, but I can have a look sometimes later today

EisenbergEffect commented 5 years ago

Thanks for digging in @JNotelddim. Debugging and developing Chrome plugins can be a bit of a pain and very tricky to track down some issues. @bigopon I haven't looked at this code in a while. If you want to jump in and take a look, that would be appreciated. You've much more recently dug into vCurrent templating so you're probably the best equipped to track any issues down if it's in our code.

Alexander-Taran commented 2 years ago

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

@bigopon can be closed.. I guess