当前位置:网站首页>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.1
- Difference between static method and non static method (advantages / disadvantages)
- Leetcode 146. LRU 缓存
- OKR vs. KPI 一次搞清楚这两大概念!
- BUUCTF(3)
- C # implements a queue in which everything can be sorted
- How to improve your system architecture?
- zabbix監控系統自定義監控內容
- Book list | as the technical support Party of the Winter Olympics, Alibaba cloud's technology is written in these books!
- Project 1 household accounting software (goal + demand description + code explanation + basic fund and revenue and expenditure details record + realization of keyboard access)
猜你喜欢
Go learning notes - constants
Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match
How to use MOS tube to realize the anti reverse connection circuit of power supply
MySQL中的文本處理函數整理,收藏速查
Go h*ck yourself:online reconnaissance (online reconnaissance)
Linear algebra 1.1
Easy to understand: understand the time series database incluxdb
Text processing function sorting in mysql, quick search of collection
zabbix 5.0监控客户端
I was pressed for the draft, so let's talk about how long links can be as efficient as short links in the development of mobile terminals
随机推荐
1. Kalman filter - the best linear filter
Leetcode 146. LRU cache
Amd RX 7000 Series graphics card product line exposure: two generations of core and process mix and match
Show server status on Web page (on or off) - PHP
谷歌官方回应:我们没有放弃TensorFlow,未来与JAX并肩发展
zabbix监控系统自定义监控内容
【Go基础】1 - Go Go Go
How does dataframe calculate the average value of each row as another column
Blog stop statement
Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future
弈柯莱生物冲刺科创板:年营收3.3亿 弘晖基金与淡马锡是股东
Using the rate package for data mining
Const string inside function - C #
Heap concept in JVM
Comparison between applet framework and platform compilation
With excellent strength, wangchain technology, together with IBM and Huawei, has entered the annual contribution list of "super ledger"!
L1-028 judging prime number (10 points)
Système de surveillance zabbix contenu de surveillance personnalisé
zabbix监控系统邮件报警配置
Leetcode 146. LRU 缓存