当前位置:网站首页>Run菜单解析
Run菜单解析
2022-07-05 08:31:00 【thoughtCodes】
Survive by day and develop by night.
talk for import biz , show your code,I am busy,make a better result.
目录

概述
一直在用的运行的菜单,写了这个小计一下:
需求:
设计思路
实现思路分析
1.run model
运行模式 该程序,最常用,不赘述
2.debug model
debug 模式该项目,也比较常用
3.run project with coverage
由于项目有单测覆盖率的要求,运行此项。
4.run
其实主要是一些配置信息,可以认为是run 模式的proties模式。
5.debug
debug 模式也可以认为是debug 模式的父模式。
profile

主要针对android 的性能视图。
attent to process

Test history
测试历史记录
import Tests from File
从文件导入测试用例
stop
太常见了,不解释了
stop backgroup processes
停止后台进程和stop 差不多
show run list
多次执行时可以看到
先介绍如何打断点
restore break
恢复断点
toggle line breakpoints
切换到断点
toggle method breakpoints
切换到方法断点
toggle tempoaray line breakpints
切换到临时断点
toggle breakpoint enable
切换断点的可用性
view breakpoints
查看断点视图
线程dump
get thread dump
获取线程dump
核心
evlation expression
计算表达式,选择表达式即可计算
quick eavaltion expression
快速查看表达式
show exection Point
查看当前的执行断点
(重点)
Reload changed classed
加载变化的类对象
restart activity
重启活动,没用过
Step over
单步跳过
force step over
强制跳过
Step into
单步跳入,通常是执行方法
Force step into
强制单步跳入
Smart step into
智能单步跳入
step out
跳出
run to cursor
运行到光标
force run to cursor
强制运行到光标
force return
强制return,我们不想执行后续的逻辑,直接我们定义的表达式
throw exception
抛出异常
Pause program
暂停程序
resume progream
挂起程序
使用方法
通常是
1.调用
视图toggle
2.eavation expresion
3.最后调式程序,step in,out,
等等
基本和平常操作没什么区别。
拓展实现
这里参考:github:简单实现上述流程:
入门级实现:
: 部分源码实现.
: 源码实现
性能参数测试:
无
参考资料和推荐阅读
欢迎阅读,各位老铁,如果对你有帮助,点个赞加个关注呗!~
边栏推荐
- 猜谜语啦(11)
- Briefly talk about the identification protocol of mobile port -bc1.2
- 亿学学堂给的证券账户安不安全?哪里可以开户
- 剑指 Offer 06. 从尾到头打印链表
- QEMU demo makefile analysis
- Example 007: copy data from one list to another list.
- STM32 lights up the 1.8-inch screen under Arduino IDE
- Tailq of linked list
- STM32---IIC
- Classic application of MOS transistor circuit design (1) -iic bidirectional level shift
猜你喜欢
随机推荐
Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
Sword finger offer 09 Implementing queues with two stacks
Imx6ull bare metal development learning 2- use C language to light LED indicator
696. 计数二进制子串
Is the security account given by Yixue school safe? Where can I open an account
Example 001: the number combination has four numbers: 1, 2, 3, 4. How many three digits can be formed that are different from each other and have no duplicate numbers? How many are each?
UE像素流,来颗“减肥药”吧!
STM32 --- serial port communication
Google sitemap files for rails Projects - Google sitemap files for rails projects
实例004:这天第几天 输入某年某月某日,判断这一天是这一年的第几天?
Lori remote control commissioning record
Briefly talk about the identification protocol of mobile port -bc1.2
List of linked lists
[NAS1](2021CVPR)AttentiveNAS: Improving Neural Architecture Search via Attentive Sampling (未完)
Synchronization of QT multithreading
实例010:给人看的时间
Installation and use of libjpeg and ligpng
DCDC circuit - function of bootstrap capacitor
[noi simulation] juice tree (tree DP)
U8g2 drawing









