Knockoutjs context debugger Knockoutjs context debugger

Productivity
Version: 2.6.6
Last Update: 2022-12-10

Overview

Knockoutjs context debugger is a Chrome extension developed by timstuyckens. According to the data from Chrome web store, current version of Knockoutjs context debugger is 2.6.6, updated on 2022-12-10.
20,000+ users have installed this extension. 186 users have rated this extension with an average rating of .

Shows the knockout context & data for the selected dom node in a sidebar of the elements pane.

Knockoutjs debugging extension.
Adds a extra sidebar in the elements pane of the chrome dev tools with the relevant knockout context and data for the selected element.
Very usefull if you got large/nested viewmodels.

Allows to add tracing to every observable/computed.

Allows to edit observables from the console.(https://github.com/timstuyckens/chromeextensions-knockoutjs/wiki/Editing-viewmodel-binding-values)

Source code is on github: https://github.com/timstuyckens/chromeextensions-knockoutjs

MIT license.

Tip (based on comments)
You can view the content of any observable in the viewmodel in the '$root_toJS' variable.

Rating

186 ratings

Total Installs

20,000+

Information

Last Update

2022-12-10

Current Version

2.6.6

Size

833KiB

Author

timstuyckens

Website

None

Category

Productivity

Latest Reviews

See More

avatar Taras Kovryzhenko
2021-09-01

Works only in old versions of chromium-based browsers. I set up Opera 76 and debug there

avatar Shiva ora
2021-08-26

this knockout context debugger stopped showing knock out variable in elements tab after i updated chrome can anyone help me out.

avatar Patrick Weiß
2021-08-24

chrome v.92 workaround:
Create a live expression in your console and take this:
if (window.last$0 !== $0) window.last$0 = $0; console.log('\n\n-------------- Knockout $data ------------\n', 'element:', $0, '\n data:', ko.toJS(ko.dataFor($0)),'\n context:', ko.contextFor($0));

avatar Deepak Kumar
2021-08-18

No longer working on Chrome.
Workaround : use firefox plugin.
https://addons.mozilla.org/en-US/firefox/addon/knockoutjs-context/

avatar Vasiliy Smoliar
2021-08-18

Doesn't work any more in latest chrom.