Sha256: d86db4674f56467fa0be52b5e56bace33f677c10008330368b63acbfe597f6a8

Contents?: true

Size: 785 Bytes

Versions: 3

Compression:

Stored size: 785 Bytes

Contents

{
  "configurations": [
    {
    "name": "Debug Podfile Project",
    "showDebuggerOutput": true,
    "type": "Ruby",
    "request": "launch",
    /// useBundler 为 true 的意思是使用 bundle 来配置依赖的可执行程序
    "useBundler": true,
    "cwd": "${workspaceRoot}",
    /// 指定执行可执行文件/或者源代码文件的路径
    "program": "/usr/local/bin/pod",
    /// 如果在 ${workspaceRoot} 中有一个可调式项目就不需要指定 --project-directory 直接 cwd 进入到文件夹下
    /// 如果想调试别的项目需要指定 --project-directory,不能 cwd --project-directory 对应的path
    "args": ["install", "--project-directory=~/Workspaces/VSTimeLine/VSTimeLine", "--verbose"]
    // "args": ["install","--hsource"]
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-binary-bugfix-0.0.3 .vscode/launch.json
cocoapods-binary-bugfix-0.0.2 .vscode/launch.json
cocoapods-binary-bugfix-0.0.1 .vscode/launch.json