
  thank you very much  Tim S
However i want debug my ARM (LPC2103) board in Codeblocks. I used wiggler +  openocd ( yagarto ) . 
and have debugger intialization command :
target remote localhost:3333
monitor reset
monitor sleep 500
monitor poll
monitor soft_reset_halt
monitor arm7_9 sw_bkpts enable
monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
break main
load
continue
But i not succesful.