Debug in browser as I do in NetBeans
(Using X-Debug)
In NetBeans I press Debug and the website runs in the browser and when hits a breakpoint, it goes back to NetBeans. Is this possible in PHPStorm? Because I configured X-Debug but when I hit Debug or Run it just run in the console inside PHPStorm and shows the result there. There's no web browser interaction.
请先登录再写评论。
Please check this guide, it describes the workflow you're looking for: https://www.jetbrains.com/help/phpstorm/zero-configuration-debugging.html