From 6a31d05340b22fc413ee83eaacd0a5565bbbe799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 25 Jul 2018 19:30:07 +0200 Subject: deps: update V8 to 6.8.275.24 PR-URL: https://github.com/nodejs/node/pull/21079 Reviewed-By: James M Snell Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Yang Guo --- .../set-breakpoint-on-function-call-expected.txt | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 deps/v8/test/inspector/debugger/set-breakpoint-on-function-call-expected.txt (limited to 'deps/v8/test/inspector/debugger/set-breakpoint-on-function-call-expected.txt') diff --git a/deps/v8/test/inspector/debugger/set-breakpoint-on-function-call-expected.txt b/deps/v8/test/inspector/debugger/set-breakpoint-on-function-call-expected.txt new file mode 100644 index 0000000000..4c2f58b91d --- /dev/null +++ b/deps/v8/test/inspector/debugger/set-breakpoint-on-function-call-expected.txt @@ -0,0 +1,36 @@ +Tests Debugger.setBreakpointOnFunctionCall. +set breakpoint on function call +call function +paused +hitBreakpoints contains id: true +remove breakpoint +{ + id : + result : { + } +} +call function again +evaluate finished without pause +set breakpoint on function call +set breakpoint on same function call +{ + error : { + code : -32000 + message : Breakpoint at specified location already exists. + } + id : +} +set breakpoint on function call with condition +call function, condition is false +evaluate finished without pause +call function, condition is true +paused +hitBreakpoints contains id: true +remove breakpoint +{ + id : + result : { + } +} +call function again +evaluate finished without pause -- cgit v1.2.1