Rap*_*tro 5 visual-studio-code angular
我有一个正在尝试调试的角度项目,但是,当我进行调试过程时,它会进入 @angular/core 和 ts-lib 。这些是包含很多步骤的巨大文件。有没有办法跳过外部代码?
这是我的 launch.json:
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200/silverlakeopc",
"webRoot": "${workspaceFolder}",
"skipFiles": ["!**/node_modules/**"]
}
]
Run Code Online (Sandbox Code Playgroud)
}
当我添加“skipFiles”行时,它现在会跳过我的所有代码。我只是想跳过外部库。
我努力了:
归档时间: |
|
查看次数: |
1375 次 |
最近记录: |