Add more logging in the Browser Debugger startup path in order to investigate bug 766119; r=vporof
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user