summaryrefslogtreecommitdiffstats
path: root/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
AgeCommit message (Collapse)Author
2021-05-30Update runtime filesBram Moolenaar
2021-05-16Update runtime filesBram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2020-12-10Update runtime files.Bram Moolenaar
2020-11-05Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-08-31patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar
Problem: Cursorline highlighting always overrules sign highlighting. Solution: Combine the highlighting, use the priority to decide how. (closes #6812)
2020-07-26Update runtime files.Bram Moolenaar
2020-06-14Update runtime filesBram Moolenaar
2020-05-26Update runtime filesBram Moolenaar
2020-02-26Update runtime files.Bram Moolenaar
2019-12-11Minor runtime file updates.Bram Moolenaar
2019-11-30Update runtime files.Bram Moolenaar
2019-09-30patch 8.1.2103: wrong error message if "termdebugger" is not executablev8.1.2103Bram Moolenaar
Problem: wrong error message if "termdebugger" is not executable. Solution: Check if "termdebugger" is executable and give a clear error message. (Ozaki Kiichi, closes #5000) Fix indents.
2019-09-20Updte runtime filesBram Moolenaar
2019-09-04patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar
Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
2019-08-31Runtime files update.Bram Moolenaar
2019-07-13Update runtime filesBram Moolenaar
2019-05-26Update runtime files.Bram Moolenaar
2018-12-22patch 8.1.0621: terminal debugger does not handle unexpected debugger exitv8.1.0621Bram Moolenaar
Problem: Terminal debugger does not handle unexpected debugger exit. Solution: Check for debugger job ended and close unused buffers. (Damien)
2018-12-09patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workv8.1.0575Bram Moolenaar
Problem: Termdebug: clearing multi-breakpoint does not work. Solution: Delete all X.Y breakpoints. Keep more information about placed breakpoints. (Ozaki Kiichi, closes #3641)
2018-12-02patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint numberv8.1.0557Bram Moolenaar
Problem: Termdebug: gdb may use X.Y for breakpoint number. Solution: Handle X.Y breakpoint numbers. (Yasuhiro Matsumoto, close #3641)
2018-07-29Update runtime files.Bram Moolenaar
2018-07-19patch 8.1.0196: terminal debugger error with .gdbinit filev8.1.0196Bram Moolenaar
Problem: Terminal debugger error with .gdbinit file. Solution: Check two lines for the "new ui" response. (hint from Hirohito Higashi)
2018-07-19patch 8.1.0195: terminal debugger commands don't always workv8.1.0195Bram Moolenaar
Problem: Terminal debugger commands don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value when defining commands. (Christian Brabandt)
2018-07-17patch 8.1.0193: terminal debugger buttons don't always workv8.1.0193Bram Moolenaar
Problem: Terminal debugger buttons don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value.
2018-06-23patch 8.1.0100: terminal debugger: error when setting a watch pointv8.1.0100Bram Moolenaar
Problem: Terminal debugger: error when setting a watch point. Solution: Don't try defining a sign for a watch point.
2018-06-21patch 8.1.0093: non-MS-Windows: Cannot interrupt gdb when program is runningv8.1.0093Bram Moolenaar
Problem: non-MS-Windows: Cannot interrupt gdb when program is running. Solution: Only use debugbreak() on MS-Windows.
2018-06-20patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningv8.1.0091Bram Moolenaar
Problem: MS-Windows: Cannot interrupt gdb when program is running. Solution: Add debugbreak() and use it in the terminal debugger. Respect 'modified' in a prompt buffer.
2018-06-19patch 8.1.0089: error when ending the terminal debuggerv8.1.0089Bram Moolenaar
Problem: error when ending the terminal debugger Solution: Fix deleting defined signs for breakpoints. Make the debugger work better on MS-Windows.
2018-06-19patch 8.1.0081: the terminal debugger doesn't adjust to changed 'background'v8.1.0081Bram Moolenaar
Problem: The terminal debugger doesn't adjust to changed 'background'. Solution: Add an OptionSet autocommand. (Christian Brabandt)
2018-06-19patch 8.1.0080: can't see the breakpoint number in the terminal debuggerv8.1.0080Bram Moolenaar
Problem: Can't see the breakpoint number in the terminal debugger. Solution: Use the breakpoint number for the sign. (Christian Brabandt)
2018-06-17patch 8.1.0071: terminal debugger only works with the terminal featurev8.1.0071Bram Moolenaar
Problem: Terminal debugger only works with the terminal feature. Solution: Make it also work with a prompt buffer. Makes it possible to use on MS-Windows. Various other improvements. (closes #3012)
2018-04-16patch 8.0.1725: terminal debugger doesn't handle command argumentsv8.0.1725Bram Moolenaar
Problem: Terminal debugger doesn't handle command arguments. Solution: Add the :TermdebugCommand command. Use a ! to execute right away. (Christian Brabandt)
2018-04-14patch 8.0.1713: terminal debugger doesn't handle argumentsv8.0.1713Bram Moolenaar
Problem: Terminal debugger doesn't handle arguments. Solution: Use <f-args> and pass all the arguments to gdb, e.g. the core file or process number. (suggested by Christian Brabandt) Disallow starting the debugger twice.
2018-04-06patch 8.0.1668: terminal debugger: can't re-open source code windowv8.0.1668Bram Moolenaar
Problem: Terminal debugger: can't re-open source code window. Solution: Add the :Source command. Also create the window if needed when gdb stops at a source line.
2018-03-29patch 8.0.1655: outdated gdb message in terminal debugger unclearv8.0.1655Bram Moolenaar
Problem: Outdated gdb message in terminal debugger unclear. Solution: Specifically mention the required gdb version. Avoid getting stuck on pagination.
2018-03-11patch 8.0.1599: no error message when gdb does not support debuggerv8.0.1599Bram Moolenaar
Problem: No error message when gdb does not support the terminal debugger. Solution: Check for the response to open the Machine Interface.
2018-03-03patch 8.0.1562: the terminal debugger can't set a breakpoint with the mousev8.0.1562Bram Moolenaar
Problem: The terminal debugger can't set a breakpoint with the mouse. Solution: Add popup menu entries.
2018-02-27Updated runtime files.Bram Moolenaar
Add Serbian translations and spell checking.
2017-12-17Update runtime filesBram Moolenaar
2017-11-19patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar
Problem: Terminal balloon only shows one line. Solution: Split into several lines in a clever way. Add balloon_split(). Make balloon_show() accept a list in the terminal.
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI.
2017-11-12patch 8.0.1293: setting a breakpoint in the terminal debugger sometimes failsv8.0.1293Bram Moolenaar
Problem: Setting a breakpoint in the terminal debugger sometimes fails. Solution: Interrupt the program if needed. Set the interface to async.
2017-11-11Update runtime files.Bram Moolenaar
2017-11-04patch 8.0.1264: terminal debugger gets stuck in small windowv8.0.1264Bram Moolenaar
Problem: Terminal debugger gets stuck in small window. Solution: Add "-quiet" to the gdb command. (Christian Brabandt, closes #2154)
2017-11-02Long overdue runtime update.Bram Moolenaar
2017-09-27Update runtime filesBram Moolenaar
2017-09-19Update runtime files.Bram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar
Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.