Andi,

for special optimization options for specific files, I'd do it on the
Makefile level.

On Fri, Aug 10, 2012 at 6:29 PM, Andi Jahja <andi.ja...@yahoo.co.id> wrote:
> BTW, how to print debug info of GDB to a file? I'm an infant in this
> area :-)

Under windows, I usually run gdb from a big (rowsXcols) console window
with even bigger scrollbuffer and then use the console's built in cut
and paste.

I'm not sure if something like

gdb myfile.exe 2>&1 | tee myfile.gdblog

will work on Windows, need to study cmd.exe help...

Ok. Here's the official way:

http://www.slac.stanford.edu/comp/unix/package/rtems/doc/html/gdb/gdb.info.Logging_output.html

-- Ph.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to