views:

90

answers:

1

Hi I use Fidder to test bug fixes directly on non development environments. It allows you to intercept the bogus javascript file and replace it by any other content you specify without needing to deploy any files.

The problem is that I just use this feature from Fiddler, and the interface is not very user friendly (specially if you need to replace/intercept more than one file, it gets quickly tedious).

Is there an alternative software with the same feature and more suer friendly/productive ? Or even better, one that integrates easily with your IDE (personaly I use eclipe) ?

+2  A: 

Give Charles a go. I find the interface a bit better than Fiddler. It's not free, but has a 30 day demo.

Not sure if it has the all the features you want though, you might have to give it a go.

It also supports Windows, OSX and Linux, where fiddler is Windows only.

Jamesz
I was going to make the same suggestion. You can right click on an item in the log and Map Remote it, then edit the default values slightly to add a wildcard.
David Dorward