From 9b15d4c756a644023e912a8e911452025ddfe9a0 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 2 Dec 2025 07:05:27 +0800 Subject: [PATCH] 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. https://github.com/vim/vim/commit/33b55b562b90e5cc0091fa39d87cd60956c73f57 The code change is already covered by #35019. Co-authored-by: Bram Moolenaar --- test/old/testdir/test_debugger.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/test/old/testdir/test_debugger.vim b/test/old/testdir/test_debugger.vim index 25f9e8325f..0754747193 100644 --- a/test/old/testdir/test_debugger.vim +++ b/test/old/testdir/test_debugger.vim @@ -953,7 +953,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', [