5

I've got a typescript game and source maps are successfully loaded in chrome and the typescript file breakpoints get hit in chrome.

However breakpoints in VS2012 fail to get hit when debugging from VS 2012.

Any ideas what to do to get this working?

2 Answers 2

3

It only works in IE 9 and IE 10 from Visual Studio. If you use the sourcemaps, you can get debug in the Chrome Canary browser.

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

2 Comments

Can you define "it" in your last sentence? Do you mean you can get debugging to work in VS from a script running Chrome Canary?
Sorry. Not VS for that. You can use a sourcemap to help debug TypeScript in the Chrome browser, if you use Chrome Canary (unofficial builds).
1

Use IE 10+ instead! thats all I can get to work right now

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.