Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i use typescript 0.8.3.1 in an mvc4 project in VS2012.

I can set breakpoints in the ts file but when i debug in internet explorer VS says

 The breakpoint will not be currently hit. No symobls are loaded for this document.

Also refreshing the page does not solve it.

share|improve this question
    
    
this is more a typescript thing. The breakpoints in the generated js files are hit but not in the ts file. –  zoidbergi Jun 6 '13 at 11:39

1 Answer 1

up vote 2 down vote accepted

Solution: enable "generate Sourcemap" in options-> web essentials -> typescript

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.