Ok, I could be missing something here, but I'm not sure what. I have a project setup (evolve2). project has 2 directories:
main and
inc.
I have a library collection that all of my apps use that I have included with the Code Insight Includes option. I have set up the mapping so that the directory
main maps to the app root on the remote server, and the
inc folder maps to the location where I store my includes on the remote server.
On the includes tab of the project properties, I have made sure that all of the files listed are properly mapped under Resolved file name
When I begin the debugger, it comes back with the warning message that it cant find the file 'evolve-setup.inc' to include. I've double-checked the Includes tab of the properties and that file (evolve-setup.inc) has been correctly resolved. The application is working correctly on the remote server, so I know its not something in my code (like a typo). Any ideas on what I have set-up incorrectly that is preventing me from running this with the debugger?