On Tue, Jan 26, 2016 at 10:16 AM, Baruch Burstein <[email protected]> wrote: > Hi all, > > When I run gdb in the mingw64 environment (I haven't tested others), it > behaves weirdly. Specifically, If I press the up arrow, instead of scrolling > through the previous commands, it moves the caret up on the screen, and from > there just goes crazy (printing text and seemingly random places on the > screen, no accepting commands, etc.) > > "which gdb" returns "/mingw64/bin/gdb". I am fully updated.
Yes. It's to do with mintty. Use "winpty gdb" instead. We should probably make wrappers like we do for most other REPL things. File a bug if you wouldn't mind (or better, make pull requests - follow the examples in python or something like that). > > Any insights? > > Thanks, > Baruch > > -- > ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
