- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Can anyone explain why debugger may be crashing?
Single stepping over CODE-A crashed the debugger requiring a power reset of USB blaster, sof download and restart eclipse.
Running over CODE-A works ok.
[CODE-A]:
for (int i=0; i < MAX_INPUT_STRING; ++i) e->cmd[i] = me->m_cmdString[i];
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hard to say. What options did you use when compiling? Compiling with anything other than -O0 could cause weird debug stuff to happen. How are "me" and "e" declared?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page