MR.ABC
MR.ABC

Reputation: 4862

Typescript debugging works only on local filesystem

I use webstorm to deploy my webapp. i like to debug on a local or remote html server (http://). the breakpoints only working with local filesystem "file://". is there a solution ?

Upvotes: 1

Views: 177

Answers (1)

Ryan Cavanaugh
Ryan Cavanaugh

Reputation: 220964

For 0.8.2.0 and earlier, this didn't work. Assuming all your .map and .ts files are reachable on the server, you'll be able to do this using the 0.8.3.0 release (should be out sometime tomorrow or Wednesday).

Upvotes: 3

Related Questions