简体   繁体   中英

Visual studio 2015 typescript debug

I use VS2015 for my Typescript project. When I place a breakpoint in function doSmth (see screenshot below), VS place it for a whole function and I'm not able hit statement after then.

在此处输入图片说明

Right-click on the place where you want to place the breakpoint (in this case, the console.log statement) and select Breakpoint -> Insert Breakpoint. (This also helps for other languages like C#.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM