javascript - How to get Typescript files to hit breakpoints in the original file, not in Dynamic tab? -
before upgrading visual studio premium 2013 update 2 rc, when add breakpoint in typescript file, breakpoint hit in original typescript file. however, after upgrade, when breakpoint hits, new tab in visual studio opens title , code pauses in dynamic file instead of original typescript file. how can make breakpoints hit in original typescript file again? have marked typescript file properties "do not copy", don't understand why being considered dynamic? nothing being generated on fly here?
take @ link -- issue reported on typescript project page:
Comments
Post a Comment