How to use the aliasPath in ExtendScript Debugger when using symlinks?
While the 2.0.3 release notes say there are improved docs for the `aliasPath` attribute, I still can't figure out how this is supposed to work or what the value should be. Google search for "aliasPath ExtendScript" isn't helping either...
I've tried using the path to where the CEP is loaded from, the local webroot path, and their parent paths... but I can't get anything to work. Also looks like this property isn't respecting the ${workspaceFolderBasename} variable...
An example scenario would go a LONG way like:
If your project is stored in `~/repos/myCepProject`, and you've created a symlink to it like `sudo ln -s ~/repos/myCepProject "/Library/Application Support/Adobe/CEP/extensions"`, you should set the value of `aliasPath` to the following: ?????
