1
0
forked from aniani/vim

patch 9.0.0688: debugger does not display the whole command

Problem:    Debugger does not display the whole command.
Solution:   Set ea.cmd before checking for a breakpoint.
This commit is contained in:
Bram Moolenaar
2022-10-07 18:51:23 +01:00
parent 5ab300195b
commit 33b55b562b
3 changed files with 6 additions and 2 deletions

View File

@@ -993,7 +993,6 @@ func Test_Backtrace_DefFunction()
call RunDbgCmd(buf, 'step', ['line 1: vim9script'])
call RunDbgCmd(buf, 'step', ['line 3: def DoAThing(): number'])
call RunDbgCmd(buf, 'step', ['line 9: export def File2Function()'])
call RunDbgCmd(buf, 'step', ['line 9: def File2Function()'])
call RunDbgCmd(buf, 'step', ['line 13: defcompile'])
call RunDbgCmd(buf, 'step', ['line 14: File2Function()'])
call RunDbgCmd(buf, 'backtrace', [