Skip to end of banner
Go to start of banner

"Resource does not exist" problem by start debugging application firmware in netX Studio CDT.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Q

"Resource does not exist" problem by start debugging application firmware in netX Studio CDT.

A

Some customers have launching problem when they try to start debugging their application firmware. NetX Studio reported "Resource does not exist" problem, although the resource actually exists.

In this situation, please check the properties of the project. If there is 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:

  • No labels