Debugging a failed build

1 minute read

Perform the following tasks first when debugging a failed build:

  1. Double-check that the build works under Visual Studio.

  2. See Troubleshooting Problems.

If the previous tasks do not help you debug your build, do the following steps:

  1. Set ECADDIN_DEBUG=true and ECADDIN_DEBUG_LOG_FILENAME=<filename>.

  2. Rerun the build.

The <filename> will exist on the machine that performed the conversion. When using ecdevenv, this will be the local machine. When running devenv or ecdevenv remotely, the file will exist on the remote machine.