PHP Debugging Tools - File Root is Different With the URL Path -
i work on website index.php loads several configurations define specific classes respected urls. example, url @ http://localhost/page/1/ loads php class @ http://localhost/website/sys/scripts/new/page.php. question how configure netbeans ide php debugs http://localhost/page/1/ instead of http://localhost/website/sys/scripts/new/page.php whenever trying debug page.php file? recommend better tool debugging such system? , time
personally don't use netbeans ide (but used many years ago) , achieve need provide ide sort of path mapping server path /page/1/ local path website/sys/scripts/new/page.php. how set mapping described here: https://netbeans.org/kb/docs/php/debugging.html#debug_url
Comments
Post a Comment