How to set a debugger breakpoint to a Knockout template?

<div data-bind="text: ko.computed(function() { debugger; })"></div>