aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/debugger
AgeCommit message (Expand)Author
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-03-28Add Stop at exception feature to the debugger (#1693)Levente Orban
2017-03-13Improve breakpoint generator of the debugger. (#1652)Zoltan Herczeg
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
2017-03-07Introducing debugger modes (run, breakpoint). (#1645)Zoltan Herczeg
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
2017-02-28Add source code support to the debugger. (#1614)Zoltan Herczeg
2017-02-21Add debugger connection port setting to build script (#1599)Levente Orban
2017-02-21Introduce debugger status flags to control the operation of the debugger. (#1...Zoltan Herczeg
2017-02-17Add eval support for JerryScript debugger (#1588)Zoltan Herczeg
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban