expandProjectMacros
expandProjectMacros(project, stringToExpand)
Returns a string where the macros in stringToExpand
are expanded in the
context of the active configuration of the project, for debug mode.
Example
project_dir = ide.expandProjectMacros("${ProjectName}", "${ProjectDir}")