Wednesday, April 4, 2012

embedded python script error redirect

I'm trying to debug a python script that is called in vimscript. The
trouble is that there are a number of exceptions thrown by the Python
code that are ultimately directed to a buffer in VIM. This means that
somehow Python's sys.excepthook is being trapped by VIM. I would like to
redirect this to a debugger.

Any ideas here? I looked at the source for VIM but I don't get it.

Thanks!

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: