]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2996: Vim9: when debugging cannot inspect local variables v8.2.2996
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Jun 2021 18:40:37 +0000 (20:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Jun 2021 18:40:37 +0000 (20:40 +0200)
commitb69c6fb7b423ddc4578b093cb19257cad459dfae
tree609d4100420eca145bc91dad37fefde05500475d
parent90478f35a8c78e2e10a4b4a8f135998dc04c91fa
patch 8.2.2996: Vim9: when debugging cannot inspect local variables

Problem:    Vim9: when debugging cannot inspect local variables.
Solution:   Make local variables available when debugging.
src/debugger.c
src/proto/vim9execute.pro
src/testdir/test_debugger.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c