View previous topic :: View next topic |
Author |
Message |
usafape
Joined: 22 Aug 2005 Posts: 4
|
Debugging arrow on MPLAB off by 2 lines |
Posted: Thu Sep 01, 2005 7:33 am |
|
|
Hi all,
Does anyone know why the green arrow is off by two lines down when using MPLAB (7.20)?
Please advice. Thanks,
FabioP |
|
|
RobM
Joined: 29 Apr 2005 Posts: 13 Location: Santa Cruz, CA
|
Re: Debugging arrow on MPLAB off by 2 lines |
Posted: Thu Sep 01, 2005 9:56 am |
|
|
usafape wrote: | Hi all,
Does anyone know why the green arrow is off by two lines down when using MPLAB (7.20)?
Please advice. Thanks,
FabioP |
Most lilkely you have edited your source file but not re-compiled. I have seen it before... _________________ Rob
_______ |
|
|
usafape
Joined: 22 Aug 2005 Posts: 4
|
|
Posted: Thu Sep 01, 2005 9:58 am |
|
|
NOPE... I don't think that is the case... this is happenning even right after I compile the code.
FabioP |
|
|
valemike Guest
|
|
Posted: Thu Sep 01, 2005 2:45 pm |
|
|
Yup, happens to me all the time, especially after a while-statement or if-statement, right?
i am guessing it's got to do with the underlying assemby code that it is stepping thru.
I got around all that by just printf'ing everything that concerns me onto hyperterminal. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Thu Sep 01, 2005 5:34 pm |
|
|
What is the version of the compiler? |
|
|
usafape
Joined: 22 Aug 2005 Posts: 4
|
|
Posted: Fri Sep 02, 2005 6:26 am |
|
|
Mark wrote: | What is the version of the compiler? |
3.182 |
|
|
PhilWinder
Joined: 16 Apr 2005 Posts: 23
|
|
Posted: Sat Sep 03, 2005 1:57 pm |
|
|
Im guessing that you are using the ICD2 (or equivilent). This is normal and is describe in numerous manuals. Check them out.
If you are not using the ICD2 to debug, then what are you using????
Phil Winder |
|
|
usafape
Joined: 22 Aug 2005 Posts: 4
|
|
Posted: Tue Sep 06, 2005 6:19 am |
|
|
PhilWinder wrote: |
If you are not using the ICD2 to debug, then what are you using????
Phil Winder |
I am using the MPLAB simulator.
Fabio |
|
|
|