Fabrice Popineau <[email protected]> writes: > gdb src/emacs.exe > break <some function> > run -Q > gdb breaks into the function > > and I cannot type anything in gdb anymore. > Commands take forever to be displayed / executed. > I have tried to run gdb from an MSYS2 mintty, > a MinGW64 mintty and a cmd terminal without > any better result. > > This used to work in the past, so what could have hchanged ? > > Thanks for any clue,
Try winpty gdb src/emacs.exe from an MSYS2 mintty terminal. ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
