Search code examples
javascripthtmltypescriptwebstormsource-maps

WebStorm 10.0.3 ignoring typescript breakpoints


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


Solution

  • Using Chrome v43?

    If so -- https://youtrack.jetbrains.com/issue/WEB-16645 -- that's the ticket for the issue with explanations.

    You can either:

    • Downgrade to Chrome v42
    • Use custom build of WebStorm v10.0.3 (links are listed in this comment)
    • WebStorm v10.0.4 should also contain the fix (not yet publicly available).