当前位置:网站首页>deno debugger
deno debugger
2022-07-04 08:06:00 【qiphon3650】
deno debugger
来源: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
}
]
}
边栏推荐
- Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match
- Figure guessing game
- How does dataframe calculate the average value of each row as another column
- Unity-写入Word
- [test de performance] lire jmeter
- Text processing function sorting in mysql, quick search of collection
- 【Go基础】1 - Go Go Go
- 【性能測試】一文讀懂Jmeter
- Moher College phpmailer remote command execution vulnerability tracing
- 线性代数1.1
猜你喜欢
弈柯莱生物冲刺科创板:年营收3.3亿 弘晖基金与淡马锡是股东
SQL注入测试工具之Sqli-labs下载安装重置数据库报错解决办法之一(#0{main}thrown in D:\Software\phpstudy_pro\WWW\sqli-labs-……)
L1-027 rental (20 points)
【Go基础】1 - Go Go Go
Advanced MySQL: Basics (5-8 Lectures)
Introduction to neural network (Part 2)
Project 1 household accounting software (goal + demand description + code explanation + basic fund and revenue and expenditure details record + realization of keyboard access)
zabbix 5.0监控客户端
BUUCTF(3)
如何用MOS管来实现电源防反接电路
随机推荐
Relations courantes de la fiche de données d'exploitation pour les activités
Heap concept in JVM
Mysql database - function constraint multi table query transaction
Common components of flask
Parallel shift does not provide any acceleration - C #
Book list | as the technical support Party of the Winter Olympics, Alibaba cloud's technology is written in these books!
The second session of the question swiping and punching activity -- solving the switching problem with recursion as the background (I)
Leetcode 23. 合并K个升序链表
Convert datetime string to datetime - C in the original time zone
Wechat has new functions, and the test is started again
Introduction to neural network (Part 2)
Unity-Text上标平方表示形式+text判断文本是否为空
[C language] open the door of C
ZABBIX monitoring system custom monitoring content
Figure guessing game
Leetcode 23. Merge K ascending linked lists
Oceanbase is the leader in the magic quadrant of China's database in 2021
Sort by item from the list within the list - C #
Li Kou today's question -1200 Minimum absolute difference
团体程序设计天梯赛-练习集 L1-006 连续因子