Display resolved setting values in Linx Designer when debugging

When debugging a solution, it would be useful to see (probably in the same location as the existing debug values) the resolved setting values. In the case of the Linx build solutions, a lot of the setting values look something like this:

WorkingBaseDirectory = D:\HG\Linx5
WorkingBuildDirectory = {WorkingBaseDirectory}Build
ArchiveFolder = {WorkingBuildDirectory}bin\Archive
CodeFolder = {ArchiveFolder}Code\

So, at runtime, CodeFolder would be: D:\HG\Linx5\Build\bin\Archive\Code