Re: Patch 8.2.2996

2021-06-15 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 15-Jun-2021 04:41, Bram Moolenaar wrote: > > Patch 8.2.2996 > > Problem:Vim9: when debugging cannot inspect local variables. > > Solution: Make local variables available when debugging. > > Files: src/vim9execute.c, src

Re: Patch 8.2.2996

2021-06-14 Fir de Conversatie John Marriott
On 15-Jun-2021 04:41, Bram Moolenaar wrote: Patch 8.2.2996 Problem:Vim9: when debugging cannot inspect local variables. Solution: Make local variables available when debugging. Files: src/vim9execute.c, src/proto/vim9execute.pro, src/vim9compile.c, src/vim9.h, src

Patch 8.2.2996

2021-06-14 Fir de Conversatie Bram Moolenaar
Patch 8.2.2996 Problem:Vim9: when debugging cannot inspect local variables. Solution: Make local variables available when debugging. Files: src/vim9execute.c, src/proto/vim9execute.pro, src/vim9compile.c, src/vim9.h, src/debugger.c, src/testdir/test_debugger.vim