javascript - Telling Chrome to debug js rather than ts -


by default (and it's not option) when have ts file, chrome lets me debug ts code. i.e show me content of both ts , js files, when try put break-point in js file, transfers me ts file , locates break-point in right place.

how can tell chrome debug js file rather ts one?

since don't have control on ts compilation settings, can disable javascript source maps in chrome.

load developer tools (chrome menu > more tools > developer tools), load developer tool settings (developer tools menu > settings), find setting "enable javascript source maps" , disable it.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -