The python invocation is defined in some of my .vim files.
:breakadd file linenumber xx.vim
doesn't seem to work.
When I press a key that triggers the invocation of certain python functions, it doesn't stop at that line. What happened?
By the way, I am in vim's debug mode since I opened the file using vim -D filename
.
As shown by the following picture, what I want to do is debug a python function which is invoked when I press F5 in vim.