2

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.

2
  • Try stackoverflow.com/questions/2155930/… Commented Jun 6, 2013 at 11:34
  • this is more a typescript thing. The breakpoints in the generated js files are hit but not in the ts file. Commented Jun 6, 2013 at 11:39

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.