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

Need a method to attach for Ajax debugging. #23

Open raedwa01 opened 9 years ago

raedwa01 commented 9 years ago

My pages run a knockout on load and retrieve ajax data. By the time i can bind, the scripts have run. Maybe a way to call the binding enable within the code (or documented method better explained in the panel)

timstuyckens commented 9 years ago

Hi,

Is this for the tracing panel in the devtools? if so, maybe #22 could solve the problem