mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-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.
b69c6fb7b4
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -230,7 +230,7 @@ void do_debug(char *cmd)
|
||||
}
|
||||
|
||||
if (last_cmd != 0) {
|
||||
// Execute debug command: decided where to break next and return.
|
||||
// Execute debug command: decide where to break next and return.
|
||||
switch (last_cmd) {
|
||||
case CMD_CONT:
|
||||
debug_break_level = -1;
|
||||
|
Reference in New Issue
Block a user