A few years ago, I successfully created a project in MPLAB v5 to program a 16F77 for an application, which has been working since. I've recently installed MPLAB v7 and would like to edit the project. I've used the project wizard to add the two required files: the .asm source file and .inc header file. The problem is that when I try to debug the program by stepping through etc. it skips past the macro in the inc file. Also, the variables in the macro aren't available in the watch window. The debugger seems to step through part of the macro because it will jump to a subroutine from the source file that's called out in the macro. However, I can't step through it line by line and verify that it's working correctly. Is there some setting that I'm missing in MPLAB? I recall in the MPLAB v5, the focus would shift to the window of the correct file while debugging.
Thanks for any help on this, Steve