Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- addBreakpoint
- addResourceSourceToFrame
- addSourceToFrame
- attach
- clearMessages
- closeWindow
- currentCallFrame
- databaseTableNames
- debuggerEnabled
- detach
- disableDebugger
- disableProfiler
- enableDebugger
- enableProfiler
- getResourceDocumentNode
- hiddenPanels
- hideDOMNodeHighlight
- highlightDOMNode
- inspectedWindow
- isWindowVisible
- loaded
- localizedStringsURL
- moveByUnrestricted
- pauseInDebugger
- pauseOnExceptions
- platform
- profilerEnabled
- profiles
- removeBreakpoint
- resumeDebugger
- search
- searchingForNode
- setAttachedWindowHeight
- setPauseOnExceptions
- setSetting
- setting
- startProfiling
- stepIntoStatementInDebugger
- stepOutOfFunctionInDebugger
- stepOverStatementInDebugger
- stopProfiling
- toggleNodeSearch
- windowUnloading
- wrapCallback
void addBreakpoint(
in unsigned long sourceID,
in unsigned long lineNumber);
void addResourceSourceToFrame(
in long long identifier,
in Node frame);
void addSourceToFrame(
in DOMString mimeType,
in DOMString sourceValue,
in Node frame);
DOMObject currentCallFrame();
DOMObject databaseTableNames(
in Database database);
boolean debuggerEnabled();
Node getResourceDocumentNode(
in long long identifier);
DOMString hiddenPanels();
void hideDOMNodeHighlight();
void highlightDOMNode(
in Node node);
boolean isWindowVisible();
DOMString localizedStringsURL();
void moveByUnrestricted(
in float x,
in float y);
boolean pauseOnExceptions();
boolean profilerEnabled();
void removeBreakpoint(
in unsigned long sourceID,
in unsigned long lineNumber);
void search(
in Node node,
in DOMString query);
boolean searchingForNode();
void setAttachedWindowHeight(
in unsigned long height);
void setPauseOnExceptions(
in boolean pauseOnExceptions);
void setSetting(
in DOMString key,
in DOMObject value);
DOMObject setting(
in DOMString key);
void stepIntoStatementInDebugger();
void stepOutOfFunctionInDebugger();
void stepOverStatementInDebugger();
DOMObject wrapCallback(
in DOMObject callback);
Last Updated: 2009-05-29