Hi Phil,

On Sat, 11 Aug 2012 03:46:28 +0400
Phil Krylov <p...@newstar.rinet.ru> wrote:

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

Yes, I think that way too. But for xHarbour purposes, it'll be to
cumbersome as I have also to have the "command set" for other compilers
because Windows makefiles (including GCC) are unified (compile.mak).
 
> 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.

Thank you for the tip.
 
> I'm not sure if something like
> gdb myfile.exe 2>&1 | tee myfile.gdblog

Thanks again. The following commands are what I was exactly looking for:

set logging file mydebug.txt
set logging on

Andi


------------------------------------------------------------------------------
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