当前位置:网站首页>Reveal安装配置调试
Reveal安装配置调试
2022-07-29 04:39:00 【smallcatlei】
下载
从reveal官网下载zip并且解压Reveal.app.zip
https://revealapp.com/download/
把Reveal.app移动到应用程序目录
生成和使用许可证
用如下链接的临时邮箱注册Reveal用户(需要fanqiang),每14天操作一次
https://www.linshiyouxiang.net/
注册的许可证key会发到临时邮箱,复制到reveal 要求填写license的地方即可
使用断点调试UI
在reveal 顶部栏 点击Help, 然后点击Install Debugger Commands,安装调试命令工具。
在xcode中,要调试的app中添加启动reveal的断点,这个可以见reveal官方说明就在,app包文件的这个路径:
/Applications/Reveal.app/Contents/SharedSupport/Documentation/Integrating Using Breakpoints.html
下面是我跟着文档操作的断点调试
选择Symbolic Breakpoint

在这个断点中,把Symble配置成:UIApplicationMain, 并且加一个action: reveal load --autostart ,把最下面的 Automatically…勾上

最后把这个断点放到User里面,这样每个项目都会有这个断点,就不需要每次都来加一次了。
边栏推荐
- MySQL - 聚簇索引和辅助索引
- JVM (heap and stack) memory allocation
- Makefile(make)常见规则(二)
- What is the difference between field, variable and property
- 正确的用户拖拽方式
- Mujoco and mujoco_ Install libxcursor.so 1:NO such dictionary
- Leetcode 686. KMP method of repeatedly superimposing strings (implemented in C language)
- [c language] PTA 7-63 falling ball
- Down sampling and up sampling
- There are objections and puzzles about joinpoint in afterreturning notice (I hope someone will leave a message)
猜你喜欢

Tower of Hanoi classic recursion problem (C language implementation)

img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)

File operation (Advanced C language)

MySQL - deep parsing of MySQL index data structure

MySQL - 聚簇索引和辅助索引

Realize the effect of univariate quadratic equation through JS. Enter the coefficients of a, B and C to calculate the values of X1 and x2

Pytoch automatic mixing accuracy (AMP) training

Review key points and data sorting of information metrology in the second semester of 2022 (teacher zhaorongying of Wuhan University)

【Express连接MySQL数据库】
![Understand the Internet giant [the war between China and Taiwan] and the development thinking of China and Taiwan](/img/6c/f24407133663c0e19d6fa05c611341.png)
Understand the Internet giant [the war between China and Taiwan] and the development thinking of China and Taiwan
随机推荐
ssm整合增删改查
Redux quick start
使用更灵活、更方便的罗氏线圈
Tower of Hanoi classic recursion problem (C language implementation)
Review key points and data sorting of information metrology in the second semester of 2022 (teacher zhaorongying of Wuhan University)
命令行交互工具(最新版) inquirer 实用教程
MySQL - deep parsing of MySQL index data structure
Oracle 插入数据
Auto.js脚本开发环境搭建
Laya中的A星寻路
The third ACM program design competition of Wuhan University of Engineering
RecyclerView通过DPAD按键上下切换焦点 切换到界面外的控件时焦点会左右乱跳
[c language] PTA 7-51 sum the first n terms of odd part sequence
What is the use of meta-info?
UE 在场景或UMG中播放视频
JVM (heap and stack) memory allocation
Idea small settings
visio画网格
Google browser opens the web page and out of memory appears
Detailed comparison of break and continue functions