View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 06:59 PM
Thomas Overgaard
 
Posts: n/a
Default Re: gdb to file question


salta@mynet.net wrote :

> Is it possible at all ?


You could try pipe the output through the 'tee' command like this:
'gdb myprog | tee gdb.txt'
--
Thomas O.

This area is designed to become quite warm during normal operation.
Reply With Quote