Trying to debug a Meteor - Angular2 project
Dear,
I'm trying to debug a Meteor Angular2 (typescript) project.
created Meteor run config, but debug mode doesn't start. Button does nothing. Breakpoints server side don't get hit
enabling javascript debug doesn't hit the client side breakpoints.
I can live with using the browser debug for client side debugging, but how Could I setup for server code debug?
KR,
Bert
Please sign in to leave a comment.
Hi Bert.
What IDE and what version specifically are you using?
I'm using PyCharm latest version. (2016.3.2)
In the meantime a new update has arrived on the Meteor plugin and the serverside debug has been solved.
Client side breakpoints still don't get hit (don't see the sourcemap in the javascript debug sources, I guess this is why), but this would be only a nice to have since I can debug in Chrome dev tools.
Ciao,
Bert
Bug is logged as https://youtrack.jetbrains.com/issue/WEB-25102, please follow it for updates