当前位置:网站首页>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:简单实现上述流程:
入门级实现:
: 部分源码实现.
: 源码实现
性能参数测试:
无
参考资料和推荐阅读
欢迎阅读,各位老铁,如果对你有帮助,点个赞加个关注呗!~
边栏推荐
- Several implementation schemes of anti reverse connection protection of positive and negative poles of power supply!
- Briefly talk about the identification protocol of mobile port -bc1.2
- Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
- Bluebridge cup internet of things basic graphic tutorial - GPIO output control LD5 on and off
- Example 007: copy data from one list to another list.
- STM32---IIC
- STM32 tutorial triple ADC interleaved sampling
- 实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
- Weidongshan Internet of things learning lesson 1
- Explain task scheduling based on Cortex-M3 in detail (Part 2)
猜你喜欢

STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)

Example 004: for the day of the day, enter a day of a month of a year to judge the day of the year?

猜谜语啦(7)

Briefly talk about the identification protocol of mobile port -bc1.2
![[noi simulation] juice tree (tree DP)](/img/19/bc71e8dc3958e4cb87b31423a74617.png)
[noi simulation] juice tree (tree DP)

Shell script

Brief discussion on Buck buck circuit

如何写Cover Letter?

STM32 single chip microcomputer -- volatile keyword

How to write cover letter?
随机推荐
Stm32--- systick timer
剑指 Offer 06. 从尾到头打印链表
Soem EtherCAT source code analysis II (list of known configuration information)
Stm32--- systick timer
Soem EtherCAT source code analysis I (data type definition)
STM32 single chip microcomputer - external interrupt
每日一题——替换空格
【NOI模拟赛】汁树(树形DP)
696. 计数二进制子串
DokuWiki deployment notes
Sword finger offer 09 Implementing queues with two stacks
Take you to understand the working principle of lithium battery protection board
[three tier architecture]
Buildroot system for making raspberry pie cm3
Charge pump boost principle - this article will give you a simple understanding
Let's briefly talk about the chips commonly used in mobile phones - OVP chips
Simple design description of MIC circuit of ECM mobile phone
Installation and use of libjpeg and ligpng
Example 009: pause output for one second
Example 003: a complete square is an integer. It is a complete square after adding 100, and it is a complete square after adding 168. What is the number?