mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -218,7 +218,7 @@ do_debug(char_u *cmd)
|
||||
|
||||
if (last_cmd != 0)
|
||||
{
|
||||
// Execute debug command: decided where to break next and
|
||||
// Execute debug command: decide where to break next and
|
||||
// return.
|
||||
switch (last_cmd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user