Add more logging in the Browser Debugger startup path in order to investigate bug 766119; r=vporof

This commit is contained in:
Panos Astithas
2013-03-04 17:49:37 +02:00
parent 19a4c9e605
commit 92a1190865
3 changed files with 24 additions and 0 deletions

View File

@@ -218,7 +218,9 @@ function debug_chrome(aURL, aOnClosing, aOnDebugging) {
gBrowser.selectedTab = gTab;
let debuggee = tab.linkedBrowser.contentWindow.wrappedJSObject;
info("Opening Browser Debugger");
DebuggerUI.toggleChromeDebugger(aOnClosing, function dbgRan(process) {
info("Browser Debugger has started");
// Wait for the remote debugging process to start...
aOnDebugging(tab, debuggee, process);