aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-debugger.h
diff options
context:
space:
mode:
authorRobert Sipka <rsipka.uszeged@partner.samsung.com>2018-10-29 14:33:31 +0100
committerAkos Kiss <akiss@inf.u-szeged.hu>2018-10-29 14:33:31 +0100
commit34c5e229ee35bd2002f2a33300086665c13e9cbe (patch)
treeb654d91d09c2f775a310f4afb0548cd805e57455 /jerry-core/include/jerryscript-debugger.h
parent7120b8ec02592f346b342231177aecc60ae6c7fe (diff)
List scope chain levels and their variables to the selected stack frame. (#2557)
It supports to list the scope chain of the current execution context and see which variables are available. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
Diffstat (limited to 'jerry-core/include/jerryscript-debugger.h')
-rw-r--r--jerry-core/include/jerryscript-debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/include/jerryscript-debugger.h b/jerry-core/include/jerryscript-debugger.h
index 90594512..26a07496 100644
--- a/jerry-core/include/jerryscript-debugger.h
+++ b/jerry-core/include/jerryscript-debugger.h
@@ -31,7 +31,7 @@ extern "C"
/**
* JerryScript debugger protocol version.
*/
-#define JERRY_DEBUGGER_VERSION (6)
+#define JERRY_DEBUGGER_VERSION (7)
/**
* Types for the client source wait and run method.