InspectorController

Module:
core
Declared In:

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

addBreakpoint


void addBreakpoint(
    in unsigned long sourceID,
    in unsigned long lineNumber); 


addResourceSourceToFrame


void addResourceSourceToFrame(
    in long long identifier,
    in Node frame); 


addSourceToFrame


void addSourceToFrame(
    in DOMString mimeType,
    in DOMString sourceValue,
    in Node frame); 


attach


void attach(); 


clearMessages


void clearMessages(); 


closeWindow


void closeWindow(); 


currentCallFrame


DOMObject currentCallFrame(); 


databaseTableNames


DOMObject databaseTableNames(
    in Database database); 


debuggerEnabled


boolean debuggerEnabled(); 


detach


void detach(); 


disableDebugger


void disableDebugger(); 


disableProfiler


void disableProfiler(); 


enableDebugger


void enableDebugger(); 


enableProfiler


void enableProfiler(); 


getResourceDocumentNode


Node getResourceDocumentNode(
    in long long identifier); 


hiddenPanels


DOMString hiddenPanels(); 


hideDOMNodeHighlight


void hideDOMNodeHighlight(); 


highlightDOMNode


void highlightDOMNode(
    in Node node); 


inspectedWindow


DOMWindow inspectedWindow(); 


isWindowVisible


boolean isWindowVisible(); 


loaded


void loaded(); 


localizedStringsURL


DOMString localizedStringsURL(); 


moveByUnrestricted


void moveByUnrestricted(
    in float x,
    in float y); 


pauseInDebugger


void pauseInDebugger(); 


pauseOnExceptions


boolean pauseOnExceptions(); 


platform


DOMString platform(); 


profilerEnabled


boolean profilerEnabled(); 


profiles


Array profiles(); 


removeBreakpoint


void removeBreakpoint(
    in unsigned long sourceID,
    in unsigned long lineNumber); 


resumeDebugger


void resumeDebugger(); 


search


void search(
    in Node node,
    in DOMString query); 


searchingForNode


boolean searchingForNode(); 


setAttachedWindowHeight


void setAttachedWindowHeight(
    in unsigned long height); 


setPauseOnExceptions


void setPauseOnExceptions(
    in boolean pauseOnExceptions); 


setSetting


void setSetting(
    in DOMString key,
    in DOMObject value); 


setting


DOMObject setting(
    in DOMString key); 


startProfiling


void startProfiling(); 


stepIntoStatementInDebugger


void stepIntoStatementInDebugger(); 


stepOutOfFunctionInDebugger


void stepOutOfFunctionInDebugger(); 


stepOverStatementInDebugger


void stepOverStatementInDebugger(); 


stopProfiling


void stopProfiling(); 


toggleNodeSearch


void toggleNodeSearch(); 


windowUnloading


void windowUnloading(); 


wrapCallback


DOMObject wrapCallback(
    in DOMObject callback); 

 

Last Updated: 2009-05-29