summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-07-08 06:55:25 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-07-08 07:22:25 +0800
commit842ca1fd5cfbce99da4b8c3c8a419786e43727d8 (patch)
treeb0f4b7e3a0a878e53ffd1f46796d7f439800b834 /runtime/lua/vim
parent62822d750d4e843fc96f14704a55c39ff356328f (diff)
vim-patch:9.1.1519: tests: Test_termdebug_decimal_breakpoints() may fail
Problem: Test_termdebug_decimal_breakpoints() fails with List index out of range, because when adding the second breakpoint, the cursor is still on the very first line (a header include line) and therefore gdb refuses to set the breakpoint with: `msg="No compiled code for line 1 in file XTD_decimal.c"` Solution: Run the program, so that it will break at the very first defined breakpoint and then once we are in the program, set further breakpoints closes: vim/vim#17689 https://github.com/vim/vim/commit/faed074ab7dee8d1c89978090a674008c50f65d8 Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions