I am using PICC Lite software with MPLAB IDE. I write some code and try to get a watch for the variables that I create. I can add watches for built in registers (using 16F877 setup), but cannot click the Add Symbol button because it is gray (does nothing when clicked). I read from the website
http://www.microchipc.com/ That I need to add the switch '-fakelocal' to the _link_er options. I click project, build, project and it opens a dialog. There is a text box with _link_er options label at the bottom. I add the text, but the project build fails and says that it doesn't recognize that command. What is going on with my innability to add symbol names from the program (I set the variables up as unsigned chars)? Thanks.