yes it's possible, first you have to compile the Foxkernel
1)
cd ../../devboard
make menuconfig
------> Avanced Setting
---------------->Debug configuration
------->Enable GDB Server support
2) subcribe to axis and download the gdb-cris at
http://www.axis.com/ftp/pub/axis/tools/cris/gdb/
3)In codeblock
----------------> Project
--------------->propoerties
--------------->Debugger (for serial or ethernet debugging
2008/8/20 michelinok <[EMAIL PROTECTED]>:
> Hi!
> I'm successfully developing some small programs for the Foxboard using
> codeblocks.
> My programs are very simple, I've just started :) programming using C,
> so I'm a total noob in this language.
> I wanna know if there's a way to debug a program running on the
> foxboard using Codeblocks as the debugger interface (just like if i'm
> debugging an host program).
>
> An idea if it's possible?
>
>