Hello,

I built GDB 6.4 for arm-wince target.

GDB can be used to debug your WinCE applications remotely via ActiveSync. 
Download GDB 6.4 for Win32 host and arm-wince target here: 
ftp://ftp.freepascal.org/pub/fpc/contrib/cross/gdb-6.4-win32-arm-wince.zip

Pass --tui parameter to GDB to enable TUI interface which makes debugging 
more comfortable.

For some unknown reason this GDB can not determine your console window 
height and always uses 25 lines in TUI mode. You can put your console height 
to LINES environment variable before starting GDB to workaround this issue.

For example:

set LINES=50
gdb --tui

To learn how to use GDB read a documentation here: 
http://www.gnu.org/software/gdb/documentation

Yury Sidorov. 


_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to