The python call is defined in some of my .vim files.
:breakadd file linenumber xx.vim does not seem to work.
When I press a key that launches a call to certain python functions, it does not stop at that line. What happened? By the way, I am working in vim debugging mode, since I opened the file with vim -D filename .
As the following illustration shows, I want to debug a python function that is called when I press F5 in vim.

source share