4
pda87
6y

JS ♥️
Wasted almost 2h on this, wondering why Chrome wasn't hitting the breakpoint:

$.ajax({
url: "/Controller/Endpoint",
type: "GET",
sucess: function(data) {
debug;
},
error: function(error) {
console.log(error);
}
});

Comments
Add Comment