dhruvaray / spa-eye

Backbone debugger for Firefox
http://dhruvaray.github.io/spa-eye/
182 stars 11 forks source link

Models, Collections work, but Views show up temporarily, then disappear #21

Open ORESoftware opened 9 years ago

ORESoftware commented 9 years ago

I am looking forward to using this plugin for Mozilla, so far it is sort of working!! Btw I am using RequireJS. Everything is symettrical. Views, collections, models are all not global. So if models and collections show up, views should also, since everything is congruent and treated the same with RequireJS.

I have it working for models and collections (no routers?) as you can see:

screenshot 2015-07-13 15 22 20

screenshot 2015-07-13 15 18 42

but for views ---> they show up for a moment, and then disappear:

see, they show up for a second!!:

screenshot 2015-07-13 15 22 53

but then they disappear :(

screenshot 2015-07-13 15 24 22

any idea what could be wrong? thanks!