CodeIgniter Forums
PHPstorm & HMVC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: PHPstorm & HMVC (/showthread.php?tid=62050)



PHPstorm & HMVC - rfulcher - 06-04-2015

I have a project that is working great.  It is CI3 & HMVC.  I am having an issue where the base controllers are still in the normal location application/controllers and I can set break points there and PHPstorm works great.  But when I try and debug one of the modules in HMVC, for the life of me, it will not break in there.  I did a search and can't find anything that refers to that.  

Any thought on those who are using PHPstorm?

Thanks