I am writing a backend for an application in Node.js with Typescript. I am using WebStorm IDE version 11.0.4.
Is there a way to debug code where I can directly add breakpoints in TypeScript not in interrupted JavaScript?
Make sure that in the tsconfig.json file inside compilerOptions there is:
"sourceMap": true
Source: https://habr.com/ru/post/1656351/More articles:libcurl.so version information missing - linuxWhat is a security rule for StringDef annotation in android? - androidError parsing proxy server url. Bad port number - httpContact photo uri mistakenly - androidHow to concatenate std :: is_same in a structure - c ++Как применить callcc так, чтобы он обеспечивал механизм продолжения выхода для использования с продолжением монады - javascriptWhat language functions cannot be defined in terms of lambda? - lambdaSpring loading Artemis broker native behavior - spring-bootUIImage swift3 update - swiftASP.Core Project Template for Visual Studio 2015 - c #All Articles