On Thursday, June 21, 2012 4:14:46 AM UTC-5, Shlomi Fish wrote: > On Wed, 20 Jun 2012 21:22:13 -0700 > Jonathon Merz <[email protected]> wrote: > > > Hi, > > > > I've recently discovered an intermittently reproducible crash in GVim > > on Windows 7, even using 7.3.566 built today. It's may be a bit hard > > for somebody else to debug since it's not reproducible every time and > > it's dependent on something in my .vimrc and/or .vim directory (I can > > never make it happen running with '-u NONE -U NONE'). > > > > At any rate, I've built using the Cygwin cross-compiler for mingw32 > > using the Make_ming.mak makefile, and I'm not quite sure how to get > > GVim for Windows running under a debugger with that (I don't have > > access to Visual Studio unfortunately). If anyone has any suggestions > > on how to go about looking into this, I'd much appreciate it. > > There's gdb for Windows: > > https://www.google.com/search?hl=en&source=hp&q=gdb%20windows&aq=f&aqi=&aql=&oq= > > I think you can install it from the cygwin’s package repository. > > Regards, > > Shlomi Fish >
...and once you install gdb, you should be able to use it with Eclipse or some other GUI front-end. I've been meaning to do that for a while now but haven't gotten around to it. Searching for "MinGW gdb" turns up a few hits as well. It looks like by default MinGW includes a version of gdb, actually. -- 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
