PLSR执行学习
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

18 righe
651 B

  1. {
  2. // 使用 IntelliSense 了解相关属性。
  3. // 悬停以查看现有属性的描述。
  4. // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "type": "cspy",
  9. "request": "launch",
  10. "name": "Debug the active IAR Project with C-SPY",
  11. "workbenchPath": "${command:iar-config.toolchain}",
  12. "projectPath": "${command:iar-config.project-file}",
  13. "projectConfiguration": "${command:iar-config.project-configuration}",
  14. "buildBeforeDebugging": "AskOnFailure"
  15. }
  16. ]
  17. }