Reputation: 5015
WebStorm 10.0.3 does not pause at typescript breakpoints. This has worked for me before using WebStorm 9.
Note: I know that the generated source maps are ok, because chrome dev tools manages to pause on breakpoints in .ts (typescript) files.
Any ideas?
I'm using Mac OS X 10.10.3
Upvotes: 0
Views: 101
Reputation: 165088
Using Chrome v43?
If so -- https://youtrack.jetbrains.com/issue/WEB-16645 -- that's the ticket for the issue with explanations.
You can either:
Upvotes: 2