Debugging included html-files |
Guru master
|
It depends on how the CMS is executing the PHP. If the CMS uses PHP include() or require(), then use it is possible to debug. If the CMS loads the PHP from the files and uses eval() on the contents then you cannot debug.
For example, in Magento the template files have a file extension of .phtml which is not directly executable by PHP (eg as a web request) but I can put breakpoints in those files and because Magento uses include/require then those files do run through PHP and do allow debugging. Which CMS are you debugging and how does it include template files? You have probably already done this, but check you have *.html5 listed in Settings > IDE > Associations next the PHP Type. |
||||||||||||
|
Debugging included html-files |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by