Re: debugging vim via gdb, best practices

2018-06-30 Thread Bram Moolenaar
Greg Mattson wrote: > I was wondering, what is the best method to use for debugging vim itself? > > I'd like to be able to load up an interactive vim session in one > window, and attach to the vim process in another, be able to set > breakpoints, etc in such a way that I minimize the

Re: debugging vim via gdb, best practices

2018-06-30 Thread Shlomi Fish
On Fri, 29 Jun 2018 19:58:48 -0700 (PDT) Greg Mattson wrote: > all, > > I was wondering, what is the best method to use for debugging vim itself? > > I'd like to be able to load up an interactive vim session in one window, and > attach to the vim process in another, be able to set

debugging vim via gdb, best practices

2018-06-29 Thread Greg Mattson
all, I was wondering, what is the best method to use for debugging vim itself? I'd like to be able to load up an interactive vim session in one window, and attach to the vim process in another, be able to set breakpoints, etc in such a way that I minimize the interference to the underlying