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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/nodejs-set-breakpoint-expected.txt

Issue 2477483002: DevTools: fix breakpoints in Node.js (Closed)
Patch Set: add test 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/nodejs-set-breakpoint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/nodejs-set-breakpoint-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/nodejs-set-breakpoint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1d53b066436dcc904a27cf2b68c5da16d95b6719
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/nodejs-set-breakpoint-expected.txt
@@ -0,0 +1,8 @@
+CONSOLE MESSAGE: line 2: foobar execute!
+Verify that front-end is able to set breakpoint for node.js scripts.
+
+Setting breakpoint:
+Script execution paused.
+Successfully paused on breakpoint
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698