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 sign in to leave a comment.
Please check this guide, it describes the workflow you're looking for: https://www.jetbrains.com/help/phpstorm/zero-configuration-debugging.html