aboutsummaryrefslogtreecommitdiff
path: root/jerry-debugger
AgeCommit message (Expand)Author
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
2017-05-30Python debugger source & display command (#1850)Daniel Balla
2017-05-23Print exception hint in the debugger client when an exception is thrown. (#1841)Zoltan Herczeg
2017-05-23Implement memstats command in the debugger (#1838)Daniel Balla
2017-05-19Fix the getBreakpoint() function in the HTML Debugger client. (#1839)Imre Kiss
2017-05-19Add pending breakpoints feature to HTML (JavaScript) Debugger client (#1828)Levente Orban
2017-05-18Add pending breakpoints feature to python debugger client (#1810)Levente Orban
2017-05-12Increase verbosity when breakpoints not found in HTML client (#1817)Levente Orban
2017-04-22Add Python wrapper for the HTML-based debugger (#1736)Akos Kiss
2017-04-21Make string handling in debugger more pythonic (#1757)Akos Kiss
2017-04-03Add minor features to debugger html client (#1705)Levente Orban
2017-03-31Fix pylint warning in debugger python client (#1704)Levente Orban
2017-03-31Bug fix for the debugger python client 'quit' command (#1703)Levente Orban
2017-03-28Add Stop at exception feature to the debugger (#1693)Levente Orban
2017-03-23Minor fixes around the debugger (#1677)Zsolt Borbély
2017-03-17Improve the debugger python client messages (#1654)Levente Orban
2017-03-13Improve breakpoint generator of the debugger. (#1652)Zoltan Herczeg
2017-03-07Introducing debugger modes (run, breakpoint). (#1645)Zoltan Herczeg
2017-03-06Refactor the debugger multiple command usages (#1643)Levente Orban
2017-03-06Add feature commands for debugger python script (#1604)Levente Orban
2017-02-28Add delete all breakpoints feature to debugger (javascript) (#1628)Levente Orban
2017-02-28Add source code support to the debugger. (#1614)Zoltan Herczeg