aboutsummaryrefslogtreecommitdiff
path: root/jerry-debugger
AgeCommit message (Expand)Author
2023-10-25Modernize python and update pylint (#5096)Máté Tokodi
2023-09-20Update tests and CI to python3 (#5095)Máté Tokodi
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2020-10-19Improve JerryScript debugger (#4299)Zoltan Herczeg
2020-04-02Python debugger cleanup (#3635)Zoltan Herczeg
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2020-03-11Fix some style issues in the python debugger client. (#3603)Zoltan Herczeg
2019-10-24Sort function breakpoints before enabling them (#3238)Robert Fancsik
2019-08-13Fine-tune pylint and debugger test scripts (#3012)Csaba Osztrogonác
2019-07-09Fix URLs in the repository after organization switch (#2955)Dániel Bátyai
2019-03-26[Debugger] Implementation of transport over serial connection (#2800)Robert Sipka
2019-03-18[Debugger] Create a simplified transmission layer (#2781)Robert Sipka
2019-02-26Separate the debugger-client to support the later usage of other communicatio...Robert Sipka
2019-01-11Update links in docs (#2691)Akos Kiss
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-09-20Increase the debugger version field size from 1 byte to 4 byte (#2513)Zoltan Herczeg
2018-09-03Fix logging issues in the debugger. (#2483)Zoltan Herczeg
2018-08-28Move some internal functions into JerryDebugger. (#2484)Zoltan Herczeg
2018-08-22Improve python debugger client. (#2441)Zoltan Herczeg
2018-08-16Update debugger documentation (#2471)Akos Kiss
2018-08-03Add total frame counter to backtrace in debugger (#2428)Daniella Barsony
2018-07-23Splitting the debugger and console part of the python debugger (#2406)Tamas Zakor
2018-07-12Add start to backtrace for debugger (#2407)Daniella Barsony
2018-06-22Add restart command to the debugger (#2401)Imre Kiss
2018-05-03Remove the html based debugger tools and add a readme with information about ...Peter Marki
2018-04-11Support abort in the debugger. (#2273)Zoltan Herczeg
2018-04-04Fix bug in stringToCesu8 conversion for 0x7ff (#2267)Geoff Gustafson
2018-03-28Add the ability to throw an error to python debugger (#2188)Daniel Balla
2018-03-21Remove new line from output log in python client. (#2244)imiklos
2018-03-12Add finish debugger command. (#2240)Imre Kiss
2018-03-08Multiple nexts with one command (#2207)Daniel Balla
2018-02-27Eliminate the pylint warnings and update the pylint configuration (#2210)László Langó
2018-02-07Make source scrolling command in python debugger (#2187)Daniel Balla
2018-01-23Fix inserting pending breakpoints. (#2163)Zoltan Herczeg
2018-01-23Add version fields for debugger configurationPeter Gal
2017-10-19Fix pending breakpoints in python debugger client (#2028)Daniel Balla
2017-09-13Add context reset to the debugger.Imre Kiss
2017-09-13Last line of the source code should be printed by the python debugger client.Zoltan Herczeg
2017-09-07Send every kind of output to the debugger clientDaniel Balla
2017-09-04Merge send_string functions in python debugger client (#1989)Daniel Balla
2017-08-30Send output to debugger client (#1955)Daniel Balla
2017-08-21Multiple client source sending feature. (#1957)Imre Kiss
2017-08-10Reworking jerry_debugger_send_string methodDaniel Balla
2017-08-04Implement source rework to HTML client (#1866)Daniel Balla
2017-08-03Add source sending feature to the debugger. (#1932)Imre Kiss
2017-07-13JerryDebugger breakpoint system rework (#1908)Daniel Balla
2017-06-02Fix exception argument check (#1875)Daniel Balla
2017-06-02Add command line option to exception and display commands (#1872)Daniel Balla
2017-05-31Add --color option to python debugger (#1865)Daniel Balla