Maluen/Backbone-Debugger

Can I see properties on a view object?

Closed this issue · 2 comments

Is there a way to be able to see the view instance's properties and their values? When I click on the [object Object] link, nothing happens.

view

When I click on the [object Object] link, nothing happens.

The view object is logged in the console when you click on that link. Check the Console tab.

@Maluen I see, that works. Thanks. I think it would be nice to list the object in the "Backbone" tab itself so we don't have to switch between dev tools tabs.