aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-debugger.h
AgeCommit message (Expand)Author
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-03-24Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)Zoltan Herczeg
2019-03-26[Debugger] Implementation of transport over serial connection (#2800)Robert Sipka
2018-11-15Improve the evaluate requests (#2583)Robert Sipka
2018-10-29List scope chain levels and their variables to the selected stack frame. (#2557)Robert Sipka
2018-10-19Move version numbers to public headers (#2556)Tóth Béla
2018-08-29Change `jerry_debugger_send_{output,log}` to take `const jerry_char_t *` (#2495)Akos Kiss
2018-08-14Split string-sending debugger API into output- and log-sending functions (#2461)Akos Kiss
2018-08-06Use #include<> for system headers and #include"" for own headers (#2445)Akos Kiss
2018-07-19Move low-level debugger connection handling into jerry-ext. (#2426)Zoltan Herczeg
2018-07-13Rework JerryScript transport layer. (#2421)Zoltan Herczeg
2017-09-21Rework jerry_debugger_wait_for_client_source to use a callback.Zoltan Herczeg
2017-09-13Add context reset to the debugger.Imre Kiss
2017-09-07Followup changes in JerryScript debugger after #1910.László Langó
2017-09-07Move jerry_debugger_send_output to public APIDaniel Balla
2017-08-21Multiple client source sending feature. (#1957)Imre Kiss
2017-08-03Add source sending feature to the debugger. (#1932)Imre Kiss
2017-07-06Make debugger port runtime configurableAkos Kiss
2017-05-04Move jerry-core API implementations and headers into dedicated subdirectories...Akos Kiss