Search code examples
phpjavascriptphpstorm

In phpStorm, how to put javascript breakpoint in a php file


I am new at the software phpStorm.

When I edit a html file, I can put break point on the javscript part, by clicking on the left of the code editor.

However, when I edit a php file, it doesn't work. It works only to put a break point on the php part of the code.

How can I put javascript break point on my php files?


Solution

  • On the official documentation page (2015), in section 5, it is written that there is no such possibility:

    enter image description here