On 13 July 2012 20:19, Dominique Pellé <dominique.pe...@gmail.com> wrote: > Lech Lorens <lech.lor...@gmail.com> wrote: > > This may be too obvious, but have you made sure that you > compiled Vim with -O0 -g and made sure the the executable > was not stripped. Vim's makefile strips the executable by > default, but you can comment out the strip command in the > makefile. > > I don't have windows to try, but I remember using gdb on > cygwin with success a long time ago. It should work. > You have to start Vim under gdb (gdb --args ./vim) since > I don't think that core files are supported on Cygwin for > post-mortem analysis.
This is obvious but right now I can remember checking that -O0 -g are in use but I can't remember replacing STRIP=strip with STRIP=true in the make file. I'll check it on Monday when I have access to my Windows computer at work. Thanks for the suggestions! Lech -- You received this message from the "vim_dev" 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