标签: visual-studio typescript
我正在使用Visual Studio 2015创建Blank Node.js Console Application。该应用程序创建一个简单的Hello World TypeScript文件(app.ts):
Visual Studio 2015
Blank Node.js Console Application
TypeScript
app.ts
console.log('Hello world');
我尝试设置app.ts文件的断点并运行调试。显然,调试器不会在断点处停止。 sourcemap选项已打开。
我可以使用Visual Studio调试控制台TypeScript应用程序吗?