Bertrik Sikken wrote:
Is anyone using the Eclipse debug plug-in from the following page?
http://homepage.hispeed.ch/py430/mspgcc/
I tried it and it seems to work at least partially, but some things appear
not to work, for example
* 'step return' just continues execution instead of returning
to previous call level (I assume this should behave like 'finish' in gdb)
try gdb 5.1.1 instead of 6.0
(i've build the latest windows installer with 5.1.1, previous ones with 6.0)
* in some cases debugging hangs and I see continuous memory reads
in the debug window of gdb-proxy.
single stepping or "stepping out" (which uses single stepping) is
factors slower than runing to a breakpoint. maybe that is a problem?
then its possible that the timer still generates interrupts at full
speed, and its mostly handling intterupts.
chris