v8/test/inspector
kozyatinskiy 47276d3db3 [inspector] introduced Debugger.scheduleStepIntoAsync
This method could be called on pause and will do stepInto next scheduled callback if any will happen until next break.
First implementation support only callbacks chained by Promise.prototype.then.

BUG=chromium:432469
R=yangguo@chromium.org,dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2723273002
Cr-Commit-Position: refs/heads/master@{#43616}
2017-03-06 16:28:21 +00:00
..
console [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
cpu-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
debugger [inspector] introduced Debugger.scheduleStepIntoAsync 2017-03-06 16:28:21 +00:00
heap-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime [inspector] remove iterators and for...of loops from injected-script-source 2017-03-03 19:30:40 +00:00
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [inspector] remove iterators and for...of loops from injected-script-source 2017-03-03 19:30:40 +00:00
inspector-impl.h [inspector] remove iterators and for...of loops from injected-script-source 2017-03-03 19:30:40 +00:00
inspector-test.cc [inspector] remove iterators and for...of loops from injected-script-source 2017-03-03 19:30:40 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [inspector] conditionally copy files for inspector test. 2016-10-24 10:57:37 +00:00
inspector.status [inspector] Enable debugger/pause-on-oom test with larger heap limit. 2017-03-02 17:49:15 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [inspector] introduced Debugger.scheduleStepIntoAsync 2017-03-06 16:28:21 +00:00
task-runner.cc [inspector] V8DebuggerAgent cleanup 2017-02-03 07:09:11 +00:00
task-runner.h [inspector] V8DebuggerAgent cleanup 2017-02-03 07:09:11 +00:00
testcfg.py [inspector] added master test for break locations 2017-02-27 20:20:39 +00:00