digitsensitive/phaser3-typescript

VS Code debugging

CipSoft-Components opened this issue · 3 comments

How can I debug the project with VS Code? When I set a breakpoint and start debugging, the breakpoint gets "Unverified breakpoint". How do I have to configure this project, to get debugging in VS Code working?
I also tried the https://github.com/TristanBonsor/phangular project, and there, the debugging works. But I want phaser with typescript without angular.

hello @CipSoft-Components

I have updated the tsconfig.json recently with the sourceMap property set to true (see here). Do you still experience the error?

Thank you, with this it is working!

Great! Closing this issue.