Home | History | Annotate | Download | only in js

Lines Matching refs:debugger

45 #include <debugger/Debugger.h>
188 // Clear the debugger from the current window before setting the new window.
200 attachDebugger(windowShell, page->debugger());
222 attachDebugger(windowShell, page->debugger());
318 void ScriptController::attachDebugger(JSC::Debugger* debugger)
321 attachDebugger(iter->second.get(), debugger);
324 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger)
330 if (debugger)
331 debugger->attach(globalObject);
332 else if (JSC::Debugger* currentDebugger = globalObject->debugger())