On Mon, 15 Oct 2001 14:27:24 +0800, Peng Zhihang <[EMAIL PROTECTED]> wrote: > I am new to kdb, and want to use it on a single machine. > My Linux distribution is SuSE 7.1, when I press PAUSE or triggered >breakpoint, the debug information is displayed on tty10, which is not >the same screen as the one I am operating.
SuSe redirect the console to tty10 instead of the current screen. At boot time you have an option like "console=/dev/tty10", change tty10 to tty. Where that option is set depends on your boot loader.
