Sorry, call gdb with any binary: gdb any.out set a breakpoint: b anyfunc list the program: l switch to TUI-mode: C-x C-a run the program: r 4 2 6 after reaching the breakpoint step thought the program: s (or n) after some steps the output on the screen become confusing.
/chris Am 29.04.2013 23:19, schrieb Yves-Alexis Perez: > Control: tag -1 unreproducible > > On lun., 2013-04-29 at 22:35 +0200, Christian Stalp wrote: >> * What led up to the situation? I used gdb on a xfce4-terminal, >> in a TUI-mode. After some steps a got a huge ncurses-mess on my >> screen. Impossible to read the code or debugger output * What >> exactly did you do (or not do) that was effective (or >> ineffective)? installed another xterm-emulator * What was the >> outcome of this action? LXTerminal works here, so its >> xfce4-terminal which faults. > > Could you at least provide us a way to reproduce? _______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

