Right now there essentially a build process that needs to be manually run in order to be able to debuge code, and since build has impact on PHP files and not just JS and CSS you are essentially looked into a process of
- modify files
- build
- test
- if bugs goto 1.
This is not a very efficient development process we need to investigate how to minimize or automate builds during development.