]> granicus.if.org Git - vim/commit
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function v8.2.3395
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Sep 2021 16:49:06 +0000 (18:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Sep 2021 16:49:06 +0000 (18:49 +0200)
commit26a4484da20039b61f18d3565a4b4339c4d1f7e3
tree36b3d0dada37e17686da0627af5cda5848658052
parent04626c243c47af91c2580eaf23e12286180e0e81
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function

Problem:    Vim9: expression breakpoint not checked in :def function.
Solution:   Always compile a function for debugging if there is an expression
            breakpoint. (closes #8803)
src/debugger.c
src/proto/debugger.pro
src/proto/vim9execute.pro
src/testdir/test_debugger.vim
src/version.c
src/vim.h
src/vim9.h
src/vim9execute.c