PhpStorm Xdebug how do I configure path mapping for full folder -
i have setup 1 plugin in project symlinked different folder on local machine.
something this:
/sites/mywebproject <-- contains application , phpstorm project /myplugins/mycustomplugin <-- contains custom plugin working on. /sites/mywebproject/plugins/mycustomplugin --> symlinked to: /myplugins/mycustomplugin
now when run xdebug , add breakpoint phpstorm open symlinked file. can add 'path mapping' , file recognised expected.
my issue want setup 'path mapping' whole directory. , not on 'per-file' base.
is possible?
Comments
Post a Comment