Search code examples
javascriptsymfonyphpstorm

Javascript debugging with Symfony2 in PhpStorm


I'm developing a Symfony2 application using PHPStorm IDE.

I can't seem to make it work. I've tried Javascript Debug for both local and remote with multiple parameters. Messages varies from "Remote URL isn't specified for so breakpoint..." etc.

Best case scenario is that I would be able to debug my Javascript codes inside PHPStorm. Is this possible?

I'm also using AsseticBundle for my assets.


Solution

  • I use PHPStorm too but I only use it for coding, debuging is in browser..

    So I would say it depends on if PHPStorm executes the app_dev.php and graps the output. If you already have experience with PHPStorm (Debuging) you could answer this. I myself don't think so...

    Hope I could help at least a little :)