VimDebugger icon indicating copy to clipboard operation
VimDebugger copied to clipboard

Flickering Code Window

Open mdhooge opened this issue 15 years ago • 2 comments

I'm trying to debug within symfony (I guess you know what it is since it is in the snapshot on your blog ^ ^ ) but the code window flickers after each step.

It is a bit strange: Just after I press the shortcut for DbgStepOver (for instance), I can see the correct next position within the file, but 1/10th of a second later, the code window flickers, showing what I'd say are all the files from the stack. Then it stops again, showing the last position.

It is absolutely not blocking, but a bit annoying because it disturbs my debug session.

Nevertheless, thanks for this debugger, your improvements are worthy.

mdhooge avatar Oct 04 '10 13:10 mdhooge

I tried the version you forked from (http://www.vim.org/scripts/script.php?script_id=1929) and it doesn't have this flicker at all.

mdhooge avatar Oct 04 '10 15:10 mdhooge

My intuition was good 0:-) I have commented out the call to self.setSign at the end of setStackList and the flicker has disappeared. This workaround is much more bearable to me.

mdhooge avatar Oct 04 '10 16:10 mdhooge