]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3026: Vim9: cannot set breakpoint in compiled function v8.2.3026
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Jun 2021 17:28:14 +0000 (19:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Jun 2021 17:28:14 +0000 (19:28 +0200)
commit4f8f54280fa728b7d5a63b67d02b60a3b3dce543
tree962b41838e72571485245ed05d17dab53e0b5bfd
parent0d5e1ec37fbe75e18acba6f650c59bf91063108c
patch 8.2.3026: Vim9: cannot set breakpoint in compiled function

Problem:    Vim9: cannot set breakpoint in compiled function.
Solution:   Check for breakpoint when calling a function.
src/debugger.c
src/structs.h
src/testdir/test_debugger.vim
src/version.c
src/vim.h
src/vim9.h
src/vim9execute.c