I have a facebook app using a lot of Javascript that doesn't work correctly in IE (8 and 9), so I'd like to use a debugger. Unfortunately, the IE JS debugger doesn't allow you to choose Javascript files running in an iFrame, and I can't run it directly since then the facebook autorization doesn't work.
Is there a way to get the IE developer tools to recognize Javascript running inside an iFrame?