Re: Debugging in Eclipse

2013-05-24 Thread Renato Golin
Hi Paul, I use Eclipse Juno for some projects (Android, Python, LLVM) and the debug works as well as when using native gdb (which Eclipse uses), so anything weird is GDB's fault. ;) On 24 May 2013 20:14, Paul CLaessen wrote: > a) **Is there some implicit optimization being done in the comp

Debugging in Eclipse

2013-05-24 Thread Paul CLaessen
Greetings, I'm using the Linaro tool chain with Eclipse (Juno) (under Windows) and openOCD to write firmware for an STM32F20x based design (using an ST-Link2 debugger). In general, that all works fairly well. The part I'm having problems with is debugging (step-in, etc) from Eclipse. T