summaryrefslogtreecommitdiff
path: root/test/fixtures/debugger-repeat-last.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-04-05 17:17:33 -0700
committerRich Trott <rtrott@gmail.com>2016-04-14 10:53:07 -0700
commit1df84f4f75843ad01d95dc55d63ba30b2b69fbd4 (patch)
tree0334d5a568202fca7c60ebfdcbf2a6ea001ef86d /test/fixtures/debugger-repeat-last.js
parentb68827b1d1c20d0f3e0592734e845b87967a72bc (diff)
downloadandroid-node-v8-1df84f4f75843ad01d95dc55d63ba30b2b69fbd4.tar.gz
android-node-v8-1df84f4f75843ad01d95dc55d63ba30b2b69fbd4.tar.bz2
android-node-v8-1df84f4f75843ad01d95dc55d63ba30b2b69fbd4.zip
debugger: run last command on presssing enter
PR-URL: https://github.com/nodejs/node/pull/6090 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Fixes: https://github.com/nodejs/node/issues/2895
Diffstat (limited to 'test/fixtures/debugger-repeat-last.js')
-rw-r--r--test/fixtures/debugger-repeat-last.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/debugger-repeat-last.js b/test/fixtures/debugger-repeat-last.js
new file mode 100644
index 0000000000..86df8eebcb
--- /dev/null
+++ b/test/fixtures/debugger-repeat-last.js
@@ -0,0 +1,7 @@
+var a = 1;
+
+var b = 2;
+
+var c = 3;
+
+b = c;