There is a regular js debugger that connects to the browser via extension, but it does not work with typescript files, bryaks are useless. Moreover, the debugger in chrome does not debug generated js-files, because they are loaded dynamically using systemJS.

Explain to me please, how to debit ts in IntelliJ IDEA? And why dynamically loaded js will not be found even in the browser?

0