How to debug scripts that are loaded with globalEval()?

How to debug scripts that are loaded with globalEval()?

Hi, I have a piece of code that I dynamically load using globalEval(). But I am not able to debug this piece of code, specifically in IE, even when I place a "debugger;" statement. Any ideas?

Thanks.