VS Code debugging
CipSoft-Components opened this issue · 3 comments
CipSoft-Components commented
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.
digitsensitive commented
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?
CipSoft-Components commented
Thank you, with this it is working!
digitsensitive commented
Great! Closing this issue.