Is there a more efficient method for debugging a popup window in Chrome? I want to debug the code when the window is opened and I'm looking for a process similar to using Visual Studio where I can set a breakpoint on JS and have the debugger stop at that point without manual intervention. If this can be achieved on Firefox, I would consider switching browsers to avoid using IE.