当前位置:网站首页>How to debug plug-ins using vs Code
How to debug plug-ins using vs Code
2022-06-26 07:57:00 【Forge ahead and have a bright future】
1、 Create startup file

2、 Add the configuration , Then delete the original

launch.js
{
// 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 via NPM",
"request": "launch",
"runtimeArgs": [
"run-script",
"debug"
],
"runtimeExecutable": "npm",// adopt npm Execute the script above :run-script 、 debug
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
}
]
}3、 Break points for code to debug
4、 Then you can run debugging
边栏推荐
- Apache InLong毕业成为顶级项目,具备百万亿级数据流处理能力!
- Detach an entity from jpa/ejb3 persistence context
- Test method - decision table learning
- Attention mechanism yyds, AI editor finally bid farewell to P and destroyed the whole picture
- Multi interface switching in one UI of QT
- Chapter 9 (using classes and objects)
- Two models of OSPF planning: double tower Raider and dog tooth crisscross
- Data governance: from top project to data culture!
- arduino——ATtiny85 SSD1306 + DHT
- Open a file at line with'filename:line'syntax - open a file at line with'filename:line' syntax
猜你喜欢

Nine hours, nine people and nine doors (01 backpack deformation) - Niuke

Color code

Google Earth Engine(GEE) 02-基本了解和学习资源

我想造SQL数据(存储结构)

ReW_ p

The 9th zero code training camp is officially open for registration! (Beijing, Shanghai, Guangzhou and Shenzhen)

Google Earth engine (GEE) 01- the prompt shortcut ctrl+space cannot be used

Yyds dry inventory kubernetes easy service discovery and load balancing (11)

Record the dependent installation problems encountered in building the web assets when developing pgadmin

B站增量数据湖探索与实践
随机推荐
ReW_p
Solve psycopg2 NotSupportedError: PQconninfo not available in libpq < 9.3
buuresevewp
What is the difference between bone conduction earphones and ordinary earphones? Advantages of bone conduction earphones
Go language custom DNS resolver practice yyds dry inventory
Technology sharing | mysql:caching_ sha2_ Password quick Q & A
Common uniapp configurations
JMeter stress test web agent local interface test [teaching]
Redis (5) -- Talking about compressed list
Xiaosha's counting (bit operation, Combinatorial Mathematics) - Niuke
Yyds dry inventory Druid connection pool usage
Tsinghua Yaoban chendanqi won Sloan award! He is a classmate with last year's winner Ma Tengyu. His doctoral thesis is one of the hottest in the past decade
Chapter 3 (data types and expressions)
Detailed explanation of the generate go file command of import in golang (absolute detail)
JS Date object
Bluebridge cup 1 introduction training Fibonacci series
B站增量数据湖探索与实践
Jemter stress test - basic requirements - [teaching]
buuresevewp
Pycharm settings