ColdFusion and debugging ColdFusion 9 Ajax calls with the line debugger

I live an breath the line debugger and it really annoys me each time I have problems with this feature, and the latest problems I was having turns out to be something that has changed between ColdFusion 8 and ColdFusion 9 and I would really question Adobe why they do this.

It appears that for some reason Adobe no longer wants you to be able to use the line debugger with ColdFusion 9, using Ajax calls via the cfajaxproxy tag. Now before anyone starts commenting on using jQuery, let me say that the convenience of having an object returned that you can call and run ColdFusion methods is extremely helpful and needed at times.

But for some reason only know to Adobe they have disabled the line debugger, by using the _cf_nocache=true to do this and it doesn't make sense to me. And what doesn't make any more sense is that you can't override this without getting the other junk that this is suppose to supress.