timstuyckens / chromeextensions-knockoutjs

The source code for the chrome dev tools extension that allows you to easily debug knockout js apps.
MIT License
140 stars 50 forks source link

Display VM path for selected element #28

Closed adInfimum closed 1 year ago

adInfimum commented 8 years ago

Added an option (default on) to display the ViewModel path from $root to $data in selected element's binding context. The path appears as first item in "Knockout context" inspector (with empty "" key).

Also fixed the euro sign in donations dropdown.

timstuyckens commented 8 years ago

Hi,

Thanks for this, looks like something very usefull when you got nested lists. I tested it on some websites and most of the time it looks very usefull.

I added a small suggestion, can you please add this? (I don't find a way to edit your pull request) After that I will merge the pull request and push a new version.

Kind regards,

Tim.

PS +1 for the option, It is always easy for debugging performance issues with the extension if you can ask users to turn some features off.

timstuyckens commented 1 year ago

just closing this 7 year old PR because of inactivity