博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Xcode 调试加入参数《Apple Dev Do…
阅读量:4071 次
发布时间:2019-05-25

本文共 650 字,大约阅读时间需要 2 分钟。

Running Your Application with Arguments

  1. Steps
  2. From the Scheme toolbar menu, choose a scheme.

  3. From the same menu, choose Edit Active Scheme to display the scheme dialog.

  4. In the left column, select Run.

  5. To specify runtime arguments, click Arguments.

  6. Click OK.

  7. Click the Run button or choose Product > Run.

Prerequisite

Related

image: ../Art/scheme_arguments.png

Specify runtime arguments for your application when you run it in Xcode.

Schemes contain a Run action that affects what happens when you choose Product > Run. To specify runtime arguments, click the Arguments tab. You can specify arguments passed on launch, environment variables, and modules for which to load debug symbols.

转载地址:http://vjeji.baihongyu.com/

你可能感兴趣的文章
PostgreSQL代码分析,查询优化部分,pull_ands()和pull_ors()
查看>>
ORACLE权限管理调研笔记
查看>>
移进规约冲突一例
查看>>
IA32时钟周期的一些内容
查看>>
SM2椭圆曲线公钥密码算法
查看>>
获得github工程中的一个文件夹的方法
查看>>
《PostgreSQL技术内幕:查询优化深度探索》养成记
查看>>
PostgreSQL查询优化器详解之逻辑优化篇
查看>>
STM32中assert_param的使用
查看>>
C语言中的 (void*)0 与 (void)0
查看>>
vu 是什么
查看>>
io口的作用
查看>>
IO口的作用
查看>>
UIView的使用setNeedsDisplay
查看>>
归档与解归档
查看>>
Window
查看>>
为什么button在设置标题时要用一个方法,而不像lable一样直接用一个属性
查看>>
字符串的截取
查看>>
2. Add Two Numbers
查看>>
17. Letter Combinations of a Phone Number (DFS, String)
查看>>