Quantcast
Viewing all articles
Browse latest Browse all 36216

Re: CCES Debug setting

Hi,

 

The Debug Configurations aren't linked directly to a project, so it cannot automatically select a DXE for you. There are a few options:

1. Manually change the Debug Configuration to launch the correct DXE each time

2. Set up two Debug Configurations - e.g. "Project_Debug" and "Project_Release" that are associated with the relevant DXEs and launch the appropriate one each time

3. Configure the Output Directory for the DXE so that both the Debug and Release builds place the DXE in the same directory. As both Build Configurations would then result in the DXE being placed in the same directory, you can configure a single Debug Configuration to launch this DXE. This can be done by changing the "Artifact Name" in Project: Properties: C/C++ Build: Settings: Build Artifact (e.g. "..\OutDir\MyProject" would result in a DXE file name MyProject.dxe being built in an 'OutDir' subdirectory, relative to the location of the .project file)

 

Regards,
Craig.


Viewing all articles
Browse latest Browse all 36216

Trending Articles