Use the JavaScript debugger keyword in IE.

function onClickRow(detailUrl) {
    debugger;
}

Copy / paste from here.

Same thing should work for Chrome, if it doesn't then rebuild your project.