Other Parts Discussed in Thread: SYSBIOS
Hello,
OS: Windows Professional
CCS: v9.3.0.00012 or v6.2.0.00050
A co-worker is not able to debug a project that I am able to successfully debug.
While he is debugging the code, a significant part of the application initialization code runs before it jumps off to never never land while executing a memset. disabling interrupts before and after the memset doesn't correct the issue. Removing the memsets only allowed the debugger to run a little bit further before jumping off to never never land.
Does anyone have any other suggestions on how to debug this issue? What could affect the debugger?
Stephen