Hi there.
I have phaser game project and I want to setup debugger for all phaser files from repository.
I can build my own single-file phaser via npm, but it is not comfortable rebuild every time after such minor changes.
So interesting, how @rich (for example) use debugger for phaser (single-file debugging, or for all separate files)? And how is correctly setup the project for debug core-code.
I need include all core files into my own html file, or I can use some special hack or existing sources?