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

Side by Side Diff: test/inspector/debugger/stepping-and-break-program-api-expected.txt

Issue 2738503006: [inspector] don't make v8::debug::Call for breakProgram. (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « test/inspector/debugger/stepping-and-break-program-api.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks that stepping is cleared after breakProgram.
2 paused at:
3 function callBreakProgram() {
4 #debugger;
5 breakProgram('reason', '');
6
7 paused at:
8 debugger;
9 #breakProgram('reason', '');
10 }
11
12 paused at:
13 debugger;
14 #breakProgram('reason', '');
15 }
16
17 paused at:
18 #debugger;
19
OLDNEW
« no previous file with comments | « test/inspector/debugger/stepping-and-break-program-api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698