This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CODECOMPOSER: ccs theia : launch.json configurations attributes

Guru**** 1788580 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1412849/codecomposer-ccs-theia-launch-json-configurations-attributes

器件型号:CODECOMPOSER

工具与软件:

您好!

我找不到文档或相关主题。  

我们目前在1.4版本上、并将切换到1.5 tbd。

关于 ccstheia 的属性为"共轭"部分,使用 IntelliSense ,这些似乎是可能的属性

 //使用 IntelliSense 了解可能的属性。
 //悬停以查看现有属性的说明。
 "版本""0.2.0"
 "配置":[
  {
    "名称":"ASDF-friendlyname"
    "项目""asdproject"
    "类型""ccs-debug"
    "请求""发射"
    "internalConsoleOptions""openOnFirstSessionStart"、     (这是默认值)
    "openDebug""openOnSessionStart"、                   0:(默认值)  
    "targetConfig":"MyConfig"                           (我猜这是.cproject 中定义的配置 ???)  
    
     "连接":[]、                                   (不知道、请帮助)
  }
 ]
}
但在一些帖子中,我看到了其他选项不是由 IntelliSense 播种,例如  "debuggerSettings": blah
我是否能够在 TI ccstheia launch.json attirbutes 和 legal 属性值上找到完整列表?    
谢谢
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    [报价用户 id="577883" url="~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1412849/codecomposer-ccs-theia-launch-json-configurations-attributes "]

    我找不到文档或相关主题。  

    我们目前在1.4版本上、并将切换到1.5 tbd。

    [报价]

    您是否见过1.5版用户指南?

    launch.json 中有一个部分

    https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs_theia/ccs_debug-main.html#launch-configurations

    它并不全面、但提到了关键选项。

    谢谢

    Ki

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Ki、谢谢、我错过了1.5个文档中的内容--我们还在1.4版上多了一点。   

    而且:

    我对 IntelliSense 是如何为这些选项植入的很不好--磁盘上是否有用于 launch.json 的架构??