"Resource does not exist" problem, when trying to start debugging the application firmware in netX Studio CDT.

Q

"Resource does not exist" problem, when trying to start debugging the application firmware in netX Studio CDT.

A

Some customers have launching problem when trying to start debugging their application firmware. NetX Studio reports a "Resource does not exist" problem, although the resource does exist.

In this situation, please check the properties of the project. Are there any resource filters are added intentionally?

netX Studio is based on the Eclipse CDT platform, which treats excluded resources as if they do not exist. By excluding the build folder, you exclude it not only from search results, but also from the debugging framework, which in turn fails with the error that the resource does not exist.

Another way to filter the build output files would be to place a resource filter on the 'build' directory instead of the project root, like this: