OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugger
(Results
26 - 50
of
1775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/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>
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
simple_func_invoke_and_crash.cpp
3
//
DEBUGGER
: run
4
//
DEBUGGER
: bt 2
nested-struct.cpp
5
// then a
debugger
may not be able to handle it. At least one version of
8
//
DEBUGGER
: set breakpoint pending on
9
//
DEBUGGER
: b nested-struct.cpp:28
10
//
DEBUGGER
: run
11
//
DEBUGGER
: ptype foo
aggregate-indirect-arg.cpp
4
//
DEBUGGER
: set breakpoint pending on
5
//
DEBUGGER
: break aggregate-indirect-arg.cpp:22
6
//
DEBUGGER
: r
7
//
DEBUGGER
: p v
/external/chromium/chrome/browser/extensions/
extension_debugger_api_constants.cc
13
const char kOnEvent[] = "experimental.
debugger
.onEvent";
14
const char kOnDetach[] = "experimental.
debugger
.onDetach";
17
"Another
debugger
is already attached to the tab with id: *.";
18
const char kDebuggerExecuteFailedError[] = "Execute
debugger
failed.";
21
"
Debugger
is not attached to the tab with id: *.";
extension_debugger_apitest.cc
9
IN_PROC_BROWSER_TEST_F(ExtensionApiTest,
Debugger
) {
13
ASSERT_TRUE(RunExtensionTest("
debugger
")) << message_;
/external/chromium_org/third_party/skia/gyp/
debugger.gyp
68
'moc_src_dir': '../
debugger
/QT',
69
'moc_gen_dir': '<(SHARED_INTERMEDIATE_DIR)/
debugger
/QT',
73
'target_name': '
debugger
',
81
'../src/utils/
debugger
',
82
'../
debugger
', # To pull SkDebugger.h
89
'../
debugger
/SkDebugger.cpp',
90
'../src/utils/
debugger
/SkDebugCanvas.h',
91
'../src/utils/
debugger
/SkDebugCanvas.cpp',
92
'../src/utils/
debugger
/SkDrawCommand.h',
93
'../src/utils/
debugger
/SkDrawCommand.cpp'
[
all
...]
/external/skia/gyp/
debugger.gyp
68
'moc_src_dir': '../
debugger
/QT',
69
'moc_gen_dir': '<(SHARED_INTERMEDIATE_DIR)/
debugger
/QT',
73
'target_name': '
debugger
',
81
'../src/utils/
debugger
',
82
'../
debugger
', # To pull SkDebugger.h
89
'../
debugger
/SkDebugger.cpp',
90
'../src/utils/
debugger
/SkDebugCanvas.h',
91
'../src/utils/
debugger
/SkDebugCanvas.cpp',
92
'../src/utils/
debugger
/SkDrawCommand.h',
93
'../src/utils/
debugger
/SkDrawCommand.cpp'
[
all
...]
/external/chromium/base/debug/
debugger.h
6
// debuggers. You should use this to test if you're running under a
debugger
,
7
// and if you would like to yield (breakpoint) into the
debugger
.
18
// Starts the registered system-wide JIT
debugger
to attach it to specified
22
// Waits wait_seconds seconds for a
debugger
to attach to the current process.
23
// When silent is false, an exception is thrown when a
debugger
is detected.
26
// Returns true if the given process is being run under a
debugger
.
35
// Break into the
debugger
, assumes a
debugger
is present.
39
// the
debugger
is suppressed for debug errors, even in debug mode (normally
42
// tests where we want a crash rather than a dialog or a
debugger
[
all
...]
/external/chromium_org/base/debug/
debugger.h
6
// debuggers. You should use this to test if you're running under a
debugger
,
7
// and if you would like to yield (breakpoint) into the
debugger
.
17
// Starts the registered system-wide JIT
debugger
to attach it to specified
21
// Waits wait_seconds seconds for a
debugger
to attach to the current process.
22
// When silent is false, an exception is thrown when a
debugger
is detected.
25
// Returns true if the given process is being run under a
debugger
.
34
// Break into the
debugger
, assumes a
debugger
is present.
38
// the
debugger
is suppressed for debug errors, even in debug mode (normally
41
// tests where we want a crash rather than a dialog or a
debugger
[
all
...]
/external/chromium/chrome/browser/debugger/manual_tests/
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-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>
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
step over to the beggingin of the while loop again. Click 'Step into'.
Debugger
should step into
debugger-pause-on-for-in-statements.html
4
debugger
;
13
<p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the
debugger
breaks, select
debugger-pause-on-for-statements.html
4
debugger
;
11
<p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the
debugger
breaks, select the
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
locals.rs
3
//
DEBUGGER
: source android-commands.py
4
//
DEBUGGER
: load-android-app %t
5
//
DEBUGGER
: set breakpoint pending on
6
//
DEBUGGER
: break locals.rs:48
7
//
DEBUGGER
: run-android-app
8
//
DEBUGGER
: info locals
16
//
DEBUGGER
: continue
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
background.js
8
chrome.
debugger
.onEvent.addListener(onEvent);
9
chrome.
debugger
.onDetach.addListener(onDetach);
19
chrome.
debugger
.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
21
chrome.
debugger
.detach(debuggeeId, onDetach.bind(null, debuggeeId));
34
chrome.
debugger
.sendCommand(
35
debuggeeId, "
Debugger
.enable", {},
40
chrome.
debugger
.sendCommand(debuggeeId, "
Debugger
.pause");
45
if (method == "
Debugger
.paused") {
manifest.json
7
"
debugger
"
/external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc
9
//
Debugger
is flaky on browser_tests on Windows: crbug.com/234166.
16
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE(
Debugger
)) {
17
ASSERT_TRUE(RunExtensionTest("
debugger
")) << message_;
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
debugger.html
4
As of today, attaching to the tab by means of the
debugger
API
13
You must declare the "
debugger
" permission in your extension's manifest
21
"
debugger
",
31
<a href="samples.html#
debugger
">Samples</a>.
/external/chromium-trace/trace-viewer/src/cc/
picture_debugger.css
6
picture-
debugger
{
12
picture-
debugger
> x-generic-object-view {
18
picture-
debugger
> left-panel {
23
picture-
debugger
> left-panel > picture-info {
28
picture-
debugger
> left-panel > picture-info > .title {
34
picture-
debugger
> x-drag-handle {
38
picture-
debugger
.filename {
43
picture-
debugger
> raster-area {
Completed in 524 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>