Debugging Aurelia in Firefox

I know there is the Aurelia Inspector for Chrome, and I know that atm there is no such add-on for Firefox.
But I was wondering, since in Chrome it is also possible to “browse” the Aurelia variables through the $0.au object in the console, if there is a similar way to browse the Aurelia object in Firefox (or any other browser). And yes, I did try $0 (working) and $0.au (undefined).

2 Likes

$0 is just the result of your latest selection and i think it works the same in firefox. if you select an element that has the key au referring to aurelia, it should work the same way.
select the element you’re interested in with the inspector and access $0.au

2 Likes