View previous topic :: View next topic |
Author |
Message |
electronx.x.2
Joined: 25 Nov 2011 Posts: 17 Location: Pakistan
|
C debugging |
Posted: Thu Dec 08, 2011 10:11 pm |
|
|
Hello, I'm facing a problem here. I want the debugger to compile in C. I mean the single step, cursor, step over, these should debug in C, not in assembly. I am using ccs 4.114 with icd-u64.
Is there any other option I have, to see single-step line by line in C, not in assembly ? Plz help. |
|
|
TMLtech
Joined: 20 Jul 2011 Posts: 21 Location: Finland
|
|
Posted: Fri Dec 09, 2011 1:37 am |
|
|
I use CCSC mplab plugin and debugging in mplab IDE. This combination works very well. |
|
|
electronx.x.2
Joined: 25 Nov 2011 Posts: 17 Location: Pakistan
|
|
Posted: Fri Dec 09, 2011 3:19 am |
|
|
hmmm, let me try thnx |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19496
|
|
Posted: Fri Dec 09, 2011 3:24 am |
|
|
Normally in MPLAB, if you have the assembler window as the active window, it steps in assembler instructions, while if you have the source code window as the active window it steps in C lines.
Make sure you have the code window as the highlighted one when you step.
Best Wsihes |
|
|
|