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

Side by Side Diff: test/inspector/debugger/get-possible-breakpoints-expected.txt

Issue 2482513002: [inspector] use debuggerContext as current in getPossibleBreakpoints (Closed)
Patch Set: Created 4 years, 1 month 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/get-possible-breakpoints.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
1 Test for Debugger.getPossibleBreakpoints 1 Test for Debugger.getPossibleBreakpoints
2 2
3 Running test: getPossibleBreakpointsInRange 3 Running test: getPossibleBreakpointsInRange
4 Test start.scriptId != end.scriptId. 4 Test start.scriptId != end.scriptId.
5 { 5 {
6 error : { 6 error : {
7 code : -32000 7 code : -32000
8 message : Locations should contain the same scriptId 8 message : Locations should contain the same scriptId
9 } 9 }
10 id : <messageId> 10 id : <messageId>
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 columnNumber : 44 933 columnNumber : 44
934 lineNumber : 4 934 lineNumber : 4
935 scriptId : <scriptId> 935 scriptId : <scriptId>
936 } 936 }
937 paused in Promise.resolve.then 937 paused in Promise.resolve.then
938 { 938 {
939 columnNumber : 48 939 columnNumber : 48
940 lineNumber : 4 940 lineNumber : 4
941 scriptId : <scriptId> 941 scriptId : <scriptId>
942 } 942 }
943 Running test: getPossibleBreakpointsForFunctionWithConstArray
944 {
945 id : <messageId>
946 result : {
947 locations : [
948 [0] : {
949 columnNumber : 17
950 lineNumber : 0
951 scriptId : <scriptId>
952 }
953 [1] : {
954 columnNumber : 28
955 lineNumber : 0
956 scriptId : <scriptId>
957 }
958 ]
959 }
960 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698