from
http://forums.codeblocks.org/index.php/topic,6190.0.htmlnow, i can Build , Clean my project with C::B. but when i try debug my source code, it same work but not show cursor (->) for run step info.
i add intialization command already
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor flash probe 0
monitor flash erase 0 0 0
monitor flash write 0 main.bin 0x0
monitor sleep 500
monitor soft_reset_halt
monitor arm7_9 force_hw_bkpts enable
break main
load
continue
I tested with Elipse ( setup same C::B ). it work ok
Thanks you