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

Unified Diff: test/inspector/debugger/return-break-locations-expected.txt

Issue 2758483002: [debugger] tuned StepNext and StepOut at return position (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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/return-break-locations-expected.txt
diff --git a/test/inspector/debugger/return-break-locations-expected.txt b/test/inspector/debugger/return-break-locations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fa0368e1ccf75b93fcfc3038a6f714b0cd1b4c00
--- /dev/null
+++ b/test/inspector/debugger/return-break-locations-expected.txt
@@ -0,0 +1,11 @@
+Return break locations within function
+
+Running test: testTailCall
+[
+ [0] : {
+ columnNumber : 0
+ lineNumber : 6
+ scriptId : <scriptId>
+ type : return
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698