]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3086: Vim9: breakpoint on "for" does not work v8.2.3086
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Jul 2021 11:36:31 +0000 (13:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Jul 2021 11:36:31 +0000 (13:36 +0200)
commit6fc016168249360f0524b68f72cf33efd0574d40
treee88f21b9744bf6bb157814098c9f4dccf6887cab
parentacbb4b5720fc27b8b07357b763ed4e5a944ae1da
patch 8.2.3086: Vim9: breakpoint on "for" does not work

Problem:    Vim9: breakpoint on "for" does not work.
Solution:   Use the right line number in ISN_DEBUG. (closes #8486)
src/testdir/test_debugger.vim
src/version.c
src/vim9compile.c