I'd like to add an option in Debug Configurations-><my debug configuration>->JLink Debugger->Oher server options.
The option is -JLinkDevicesXMLPath and it wants an absolute path. Now I'd like to use Eclipse/MCUXpresso variables to avoid writing directly the path. What I'd like to do is:
-JLinkDevicesXMLPath ${project_loc}
However this doesn't work, because JLink emits and error saying it can't find the file in ${project_loc}. This means the variable isn't correctly expanded.