当前位置:网站首页>deno debugger
deno debugger
2022-07-04 08:07:00 【qiphon3650】
deno debugger
source :https://github.com/denoland/vscode_deno/issues/12
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Deno",
"request": "launch",
"type": "pwa-node",
"program": "${file}",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "deno",
"runtimeArgs": [
"run",
"--inspect-brk",
"--allow-all"
],
"attachSimplePort": 9229
}
]
}
边栏推荐
- 1. Kalman filter - the best linear filter
- 运动【跑步 01】一个程序员的半马挑战:跑前准备+跑中调整+跑后恢复(经验分享)
- 【性能測試】一文讀懂Jmeter
- Leetcode 146. LRU 缓存
- L1-028 judging prime number (10 points)
- L1-022 odd even split (10 points)
- OKR vs. KPI figure out these two concepts at once!
- zabbix监控系统邮件报警配置
- PHP converts seconds to timestamps - PHP
- How to set multiple selecteditems on a list box- c#
猜你喜欢

Moher college phpMyAdmin background file contains analysis traceability

How to use MOS tube to realize the anti reverse connection circuit of power supply

Advanced MySQL: Basics (5-8 Lectures)

System architecture design of circle of friends

BUUCTF(4)

Blog stop statement

1、卡尔曼滤波-最佳的线性滤波器
![[C language] open the door of C](/img/e0/2f107966423d6492c39995c77a445e.jpg)
[C language] open the door of C

Do you know about autorl in intensive learning? A summary of articles written by more than ten scholars including Oxford University and Google

Tri des fonctions de traitement de texte dans MySQL, recherche rapide préférée
随机推荐
Difference between static method and non static method (advantages / disadvantages)
【性能测试】一文读懂Jmeter
What are the work contents of operation and maintenance engineers? Can you list it in detail?
Unity write word
C # implements a queue in which everything can be sorted
运动【跑步 01】一个程序员的半马挑战:跑前准备+跑中调整+跑后恢复(经验分享)
User login function: simple but difficult
How to improve your system architecture?
21个战略性目标实例,推动你的公司快速发展
Go h*ck yourself:online reconnaissance (online reconnaissance)
Chrome is set to pure black
Unity-Text上标平方表示形式+text判断文本是否为空
Const string inside function - C #
L1-028 judging prime number (10 points)
Sqli labs download, installation and reset of SQL injection test tool one of the solutions to the database error (# 0{main}throw in d:\software\phpstudy_pro\www\sqli labs-...)
Figure guessing game
Example analysis of C # read / write lock
Ecole bio rushes to the scientific innovation board: the annual revenue is 330million. Honghui fund and Temasek are shareholders
Using the rate package for data mining
Sort by item from the list within the list - C #