当前位置:网站首页>Vscade debug TS
Vscade debug TS
2022-06-12 08:17:00 【Accpdaiyekun】
First : Create a new debug file
testdebugger01.ts
Modify the configuration file
{
// Use IntelliSense Learn about properties .
// Hover to see the description of an existing property .
// For more information , Please visit : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": " debugging ts Code ",
"type": "node",
"request": "launch",
"args": [
"${workspaceFolder}/src/testdebugger01.ts"
],
"runtimeArgs": [
"-r",
"ts-node/register"
],
}
]
}3、 ... and 、 stay vscode Open the terminal and install in the root directory ypescript And ts-node
npm install -i typescript ts-node
Four 、 Break point for debugging
边栏推荐
- Easyexcel exports excel tables to the browser, and exports excel through postman test [introductory case]
- Three data exchange modes: line exchange, message exchange and message packet exchange
- Ankerui motor protector has the functions of overload inverse time limit, overload definite time limit, grounding, starting timeout, leakage, underload, phase failure, locked rotor, etc
- js中的数组
- Model Trick | CVPR 2022 Oral - Stochastic Backpropagation A Memory Efficient Strategy
- 离散 第一章
- Strvec class mobile copy
- How to write simple music program with MATLAB
- 牛客网的项目梳理
- Transformation from AC5 to AC6 (1) - remedy and preparation
猜你喜欢

Instructions spéciales pour l'utilisation du mode nat dans les machines virtuelles VM

Ankerui motor protector has the functions of overload inverse time limit, overload definite time limit, grounding, starting timeout, leakage, underload, phase failure, locked rotor, etc

MATLAB image processing - Otsu threshold segmentation (with code)

离散 第一章

The electrical fire detector monitors each power circuit in real time

MES帮助企业智能化改造,提高企业生产透明度

MES系统是什么?MES系统的操作流程是怎样?

如何理解APS系统的生产排程?

(P17-P18)通过using定义基础类型和函数指针别名,使用using和typedef给模板定义别名

Transformation from AC5 to AC6 (1) - remedy and preparation
随机推荐
余压监控系统保证火灾发生时消防疏散通道的通畅,为大型高层建筑的安全运行和人民生命财产安全保驾护航
C # push box
CMAKE 里PRIVATE、PUBLIC、INTERFACE属性示例详解
Figure neural network makes Google maps more intelligent
如何理解APS系统的生产排程?
企业上线MES软件的费用真的很贵?
Model Trick | CVPR 2022 Oral - Stochastic Backpropagation A Memory Efficient Strategy
Asp Net project add log function
离散 第一章
(P15-P16)对模板右尖括号的优化、函数模板的默认模板参数
Py&GO编程技巧篇:逻辑控制避免if else
(p25-p26) three details of non range based for loop and range based for loop
Vision Transformer | Arxiv 2205 - TRT-ViT 面向 TensorRT 的 Vision Transformer
Hands on deep learning -- discarding method and its code implementation
Derivation of Poisson distribution
What kind of sparks will be generated when the remote sensing satellite meets the Beidou navigation satellite?
StrVec类 移动拷贝
Hands on deep learning -- concise implementation code of weight decay
2.1 linked list - remove linked list elements (leetcode 203)
S-msckf/msckf-vio technical route and code details online blog summary