Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Firebug Breakpoint Position Causes Problem

$
0
0
Hi

This sounds so ridiculous that I hope someone else could duplicate this:

I have a jquery ajax function in a separate js file.

var request = $.ajax({ 
	url: $url,
	type: "GET",
	cache: false,
	dataType: "html",
});

request.done(function(response) { 
     alert('done');
});


If I put a breakpoint next to "alert('done')", then the alert statement is still executed - after I clicked 'continue'.

But if I put a breakpoint next to 'request.done', then the "alert('done')" statement is not executed - or appears not to be executed - after I clicked 'continue'.

I use FF 22 and Firebug 1.11.4
I have reset FF.

Ps. The guys at Firebug probably do not experience the same problem, because they want a full example from me.

Any ideas?

Viewing all articles
Browse latest Browse all 18717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>