Home | History | Annotate | Download | only in js

Lines Matching refs:debugger

43 #include <debugger/Debugger.h>
190 // Clear the debugger from the current window before setting the new window.
197 attachDebugger(windowShell, page->debugger());
217 attachDebugger(windowShell, page->debugger());
285 void ScriptController::attachDebugger(JSC::Debugger* debugger)
288 attachDebugger(iter->second, debugger);
291 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger)
297 if (debugger)
298 debugger->attach(globalObject);
299 else if (JSC::Debugger* currentDebugger = globalObject->debugger())