nsISupports
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)Implemented by: @mozilla.org/jsdebugger;1
as a service:
var jsDebugger = Components.classes["@mozilla.org/jsdebugger;1"] .createInstance(Components.interfaces.IJSDebugger);
Debugger
object is if you need to debug chrome; due to bugĀ 707237, the JavaScript code module doesn't work in that case. See the JavaScript Debugger API Guide for details on using the Debugger API.[implicit_jscontext] void addClass(); |
Defines the global Debugger
constructor. On return, the Debugger
object has been added to the global context.
[implicit_jscontext] void addClass();
None.