Hello everyone.
I've recently started using Code::Blocks as my IDE for both C++ and C (for embedded systems), which I work on as a part of my university studies.
Currently I'm working with a micro-controller and have successfully gotten it hooked up to GDB (CodeSourcery arm-none-eabi) via. OpenOCD and through the C::B IDE.
I have one little problem though: When I launch the debugger, it seems to be sending the
continue command "by itself". I find that rather annoying as I would like to keep my uC in a
halted state. I "halt" the uC when OpenOCD receives an incoming GDB connection (specified in the OpenOCD configuration).
Is this intended behaviour? And is there any way to avoid it? Forgive me if there is an easy answer; I could very well be missing something

I'm using the 7844 SVN C::B build on Ubuntu 11.10, OpenOCD 0.5.0 and GDB 7.2.50.20100908
Thanks for the time invested in this great IDE!