How do I debug a specific php page?
I can debug specific php page as "javascript debuggign" , but it I ever get the option to debug them as "php", it only runs my roots page ... or more probably, the first php page I debugged in the project ... how do I debug a specific php page?
请先登录再写评论。
Try to right click a .php file in a project view > Debug > PHP Script.
If that doesn't help - that would mean that PHP engine itself routes requests through your roots page (index.php?) and we can't workaround that other than changing the code of the .php file in question.