Saturday, November 24, 2018

Debugging Vim with Gdb in terminal from within Vim

Hi all,


I attempt to use gdb in order to debug vim with gdb from gvim under windows 10 as advised by Bram in this video :
https://www.youtube.com/watch?v=fI181d1ujcc min 28:14.

Versions of :

1. gvim : 32 bit 8.1.542 build with make_msvc.bat under windows 10
2. gdb : 4.7.1.2 from mingw configured x86_64-w64-mingw32.




In the terminal window, from vim src dir, I type gdb vim and gdb says no debugging symbols found. (see joined PNG)


How to tell gdb the symbols source dir and happen to set breakpoint in vim source code ?

Thank you
NiVa

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: