HomeSort by relevance Sort by last modified time
    Searched full:debugger (Results 1 - 25 of 752) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/ForwardingHeaders/debugger/
Debugger.h 3 #include <JavaScriptCore/Debugger.h>
  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-do-while-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
16 Make sure the execution is not paused in the debugger.<br>
17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
19 The debugger should stop at the beggining of the loop.<br>
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.
26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should
28 TEST 3: 'Step over' to the end of the loop (and 'while' statement) and step over again. Debugger
debugger-step-on-while-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
16 Make sure the execution is not paused in the debugger.<br>
17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
19 The debugger should stop at the beggining of the loop.<br>
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
26 TEST 3: Click 'Step into'. Debugger should step into 'condition' function.<br>
27 TEST 4: 'Step over' the statements until reaching the end of the loop. Debugger should
28 step over to the beggingin of the while loop again. Click 'Step into'. Debugger should step into
debugger-step-on-for-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
13 Make sure the execution is not paused in the debugger.<br>
14 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
16 The debugger should stop at the beggining of the loop.<br>
22 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
23 TEST 3: Click 'Step into'. Debugger should step into 'initialize' function. Click 'Step into' until
24 outside of the 'initialize' function - debugger should enter the 'condition' function.<br>
25 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
26 the for loop again. Click 'Step into'. Debugger should step into the 'increment' function.
27 Click 'Step into' until outside of the 'increment' function - debugger should enter the 'condition
    [all...]
debugger-step-on-for-in-statements.html 14 /* place breakpoint on next line and click continue */ debugger;
23 Make sure the execution is not paused in the debugger.<br>
24 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
26 The debugger should stop at the beggining of the loop.<br>
32 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.<br>
33 TEST 3: Click 'Step into'. Debugger should step into 'getObject' function.<br>
34 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
debugger-status-bar-buttons-state.html 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19173">Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/missing</a>.</p>
2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>
debugger-pause-on-else-statements.html 4 debugger;
8 debugger; // This should not be hit.
15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
bp-in-named-eval-after-reload.html 18 <li><p>debugger should stop in the <code>f1()</code> function.
19 <li><p>resume the debugger
20 <li><p>debugger should stop in the <code>f2()</code> function (the function in <code>(program) f2.js</code>)
21 <li><p>resume the debugger
27 <li><p>debugger should stop in the <code>f1()</code> function.
28 <li><p>resume the debugger
29 <li><p>debugger should stop in the <code>f2()</code> function.
30 <li><p>resume the debugger
forzen-ui-while-paused.html 4 debugger;
10 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20042">Bug 20042: UI frozen when the debugger is paused</a>.</p>
hidden-evals.html 7 <tt>debugger</tt> commands, some don't.
25 <li><p>debugger should stop in the <code>clickHandler</code> function
41 <li><p>the debugger should stop in <code>f_named_3()</code> because of the
42 <code>debugger</code> command
45 <li><p>the debugger should stop in <code>f_unnamed_3()</code> because of the
46 <code>debugger</code> command. At this point, a third "(program)" entry for
84 " debugger;",
92 " debugger;",
102 debugger;
debugger-pause-on-for-in-statements.html 4 debugger;
15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-on-for-statements.html 4 debugger;
13 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-during-load.html 2 debugger; // You should see this code and execution line in the Scripts panel.
  /dalvik/vm/jdwp/
README.txt 9 with Debugger.c acting as a sort of portability layer, so that the code
11 events and debugger requests with thread suspension bouncing around,
JdwpMain.c 92 * debugger. Create the JDWP thread and let it continue the mission.
113 * For suspend=y, wait for the debugger to connect to us or for us to
114 * connect to the debugger.
134 * Ordinarily we would pause briefly to allow the debugger to set
150 * a debugger attached.
152 * This includes freeing up the debugger event list.
162 * Should not have one of these in progress. If the debugger went away
211 * Are we talking to a debugger?
245 * non-server mode, we bail out of the thread when the debugger drops
248 * We broadcast a notification when a debugger attaches, after w
    [all...]
  /dalvik/vm/mterp/x86-atom/
TODO.txt 6 (hi) "debugger active" test in common_periodicChecks must handle
8 skip a memory load when debugger support is completely disabled)
  /external/v8/test/mjsunit/
debug-stepin-accessor.js 101 debugger;
108 debugger;
115 debugger;
124 debugger;
132 debugger;
140 debugger;
148 debugger;
155 debugger;
162 debugger;
170 debugger;
    [all...]
  /external/chromium/base/
base_switches.cc 10 // start the JIT system-registered debugger on itself and will wait for 60
11 // seconds for the debugger to attach to itself. Then a break point will be hit.
14 // Will wait for 60 seconds for a debugger to come to attach to the process.
15 const char kWaitForDebugger[] = "wait-for-debugger";
debug_util.h 6 // You should use this to test if you're running under a debugger, and if you
7 // would like to yield (breakpoint) into the debugger.
59 // Starts the registered system-wide JIT debugger to attach it to specified
63 // Waits wait_seconds seconds for a debugger to attach to the current process.
64 // When silent is false, an exception is thrown when a debugger is detected.
67 // Are we running under a debugger?
74 // Break into the debugger, assumes a debugger is present.
  /external/webkit/JavaScriptCore/parser/
Parser.h 26 #include "Debugger.h"
49 PassRefPtr<ParsedNode> parse(JSGlobalData* globalData, Debugger*, ExecState*, const SourceCode& source, int* errLine = 0, UString* errMsg = 0);
70 PassRefPtr<ParsedNode> Parser::parse(JSGlobalData* globalData, Debugger* debugger, ExecState* debuggerExecState, const SourceCode& source, int* errLine, UString* errMsg)
96 if (debugger && !ParsedNode::scopeIsFunction)
97 debugger->sourceParsed(debuggerExecState, source, *errLine, *errMsg);
Keywords.table 36 debugger DEBUGGER
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 23 #include "Debugger.h"
35 Debugger::~Debugger()
42 void Debugger::attach(JSGlobalObject* globalObject)
44 ASSERT(!globalObject->debugger());
49 void Debugger::detach(JSGlobalObject* globalObject)
56 void Debugger::recompileAllJSFunctions(JSGlobalData* globalData)
89 if (function->scope().globalObject()->debugger() == this)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
dir 22 * Gdb: (gdb). The GNU debugger.
23 * Gdb-Internals: (gdbint). The GNU debugger's internals.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
dir 22 * Gdb: (gdb). The GNU debugger.
23 * Gdb-Internals: (gdbint). The GNU debugger's internals.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
dir 22 * Gdb: (gdb). The GNU debugger.
23 * Gdb-Internals: (gdbint). The GNU debugger's internals.

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>