Previous Next
Cross-platform development vs. remote compile & debug

Cross-platform development

  • Setup for multiple target platforms is possible.

  • All program sources can be shared.

  • Cross-platform setup relates to setting up the working environment tree. For an example of a working environment tree, see Example Working Environments Tree.

Remote compile and debug
  • Compiling and debugging on a different target platform is possible.

  • Program sources can be shared.

  • Remote compile and debug relates to setting up one working environment in which you can compile and debug remotely.

  • You can combine the cross platform development concept and the remote compile and debug concept to use one or more of the working environments in the working environment hierarchy to compile and debug remotely.

  • See also Remote Compile and Debug.

Previous Next