Кобрин Олег wrote:
debug: MSP430_State()
debug: MSP430_State() 1, (-1 steps)
debug: MSP430_State()
debug: MSP430_State() 1, (-1 steps)
debug: MSP430_State()
debug: MSP430_State() 1, (-1 steps)
debug: MSP430_State()
debug: MSP430_State() 1, (-1 steps)
any suggestions?
While the debugger may appear to hang it may just as well spin
(I suspect you're polling some variable for it to change its value)
at some point of your program. What's the output when you interrupt
(^C) GDB when that happens ?
Cheers,
Christian