Hi, I am using secure shell to work an issue, and am running into a sitatuion where I am using ::log to capture debugging output, and when I display a large chunk of memory and hit "c" to let it scroll on by, my secure shell connection gets blown away. Evidently, this is because it can not handle the large rapid volume of data flying by on the screen - I have not confirmed this though, but it appears to be true to some extent at least.
I would like to know if there is a way to temporarily disable displaying the output of a command to screen while in mdb and just have the output of the command get dumped to my log file and then reenable display after i have finished the command and/or disabled logging to the file. pete