comparison src/debugger.c @ 24918:f11779c1d123 v8.2.2996

patch 8.2.2996: Vim9: when debugging cannot inspect local variables Commit: https://github.com/vim/vim/commit/b69c6fb7b423ddc4578b093cb19257cad459dfae Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 14 20:40:37 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Jun 2021 20:45:03 +0200
parents fdc6a7769045
children 2818b8108d92
comparison
equal deleted inserted replaced
24917:71d44d317212 24918:f11779c1d123
216 } 216 }
217 } 217 }
218 218
219 if (last_cmd != 0) 219 if (last_cmd != 0)
220 { 220 {
221 // Execute debug command: decided where to break next and 221 // Execute debug command: decide where to break next and
222 // return. 222 // return.
223 switch (last_cmd) 223 switch (last_cmd)
224 { 224 {
225 case CMD_CONT: 225 case CMD_CONT:
226 debug_break_level = -1; 226 debug_break_level = -1;