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

Unified Diff: LayoutTests/inspector/debugger/debug-console-command-expected.txt

Issue 14294004: Implementing console command 'debug'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: LayoutTests/inspector/debugger/debug-console-command-expected.txt
diff --git a/LayoutTests/inspector/debugger/debug-console-command-expected.txt b/LayoutTests/inspector/debugger/debug-console-command-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07146cc716a2fa34cd1a5c1a0f2786b3dcd814ee
--- /dev/null
+++ b/LayoutTests/inspector/debugger/debug-console-command-expected.txt
@@ -0,0 +1,39 @@
+Tests debug(fn) console command.
+
+Debugger was enabled.
+
+Running: testSetSimpleBreakpoint
+Breakpoint added.
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) simpleTestFunction (debug-console-command.html:10)
+ 1) (:2)
+Breakpoint removed.
+Script execution resumed.
+
+Running: testSetBreakpointOnFirstFunctionInLine
+Breakpoint added.
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) simpleTestFunction1 (debug-console-command.html:15)
+ 1) (:2)
+Breakpoint removed.
+Script execution resumed.
+
+Running: testSetBreakpointOnLastFunctionInLine
+Breakpoint added.
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) simpleTestFunction2 (debug-console-command.html:15)
+ 1) (:2)
+Breakpoint removed.
+Script execution resumed.
+
+Running: testRemoveBreakpoint
+Script execution paused.
+Reason for pause: debugger statement.
+Debugger was disabled.
+
« no previous file with comments | « LayoutTests/inspector/debugger/debug-console-command.html ('k') | Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698