Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Side by Side Diff: test/inspector/debugger/doesnt-step-into-injected-script-expected.txt

Issue 2748503002: [inspector] changed a way of preserving stepping between tasks (Closed)
Patch Set: rebased on tunned stepping at return Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Check that stepInto at then end of the script go to next user script instead Inj ectedScriptSource.js. 1 Check that stepInto at then end of the script go to next user script instead Inj ectedScriptSource.js.
2 Stack trace: 2 paused at:
3 boo:0:38 3 (function boo() { setTimeout(() => 239, 0); #debugger; })()
4 :0:50
5 4
6 Perform stepInto
7 Stack trace:
8 boo:0:48
9 :0:50
10 5
11 Perform stepInto 6 paused at:
12 Stack trace: 7 (function boo() { setTimeout(() => 239, 0); debugger; #})()
13 :0:51
14 8
15 Perform stepInto 9
16 Stack trace: 10 paused at:
17 foo:0:12 11 (function boo() { setTimeout(() => 239, 0); debugger; })()#
12
13
14 paused at:
15 (function boo() { setTimeout(() => #239, 0); debugger; })()
16
17
OLDNEW
« no previous file with comments | « test/inspector/debugger/doesnt-step-into-injected-script.js ('k') | test/inspector/debugger/step-into-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698