debugging - debugger-x for php how to listen in two locations -
hi , insight in advance.
this scenario.
using netbeans +8.0
using vagrant w/ centos
in vagrant file have 2 locations being mapped (synced_folder)
config.vm.synced_folder "../source/www", "/var/www/html/public_html" config.vm.synced_folder "../source/www/source_cron", "/home/html/public_html"
when run debugger files associated source_cron skipped though code running them.
i figured has to port don't know sure. wanted know if possible listen cron mapping , have do?
Comments
Post a Comment