当前位置:网站首页>Run menu analysis
Run menu analysis
2022-07-05 08:33:00 【thoughtCodes】
Run Menu analysis
Survive by day and develop by night.
talk for import biz , show your code,I am busy,make a better result.
Catalog

summary
The running menu that has been used , Write this subtotal :
demand :
Design thinking
Analysis of implementation ideas
1.run model
Operation mode This procedure , The most commonly used , Don't go into
2.debug model
debug Mode the project , It's also more commonly used
3.run project with coverage
Because the project has the requirement of single test coverage , Run this .
4.run
In fact, it is mainly some configuration information , Think of it as run Mode proties Pattern .
5.debug
debug Patterns can also be considered debug The parent schema of the schema .
profile

Mainly aimed at android Performance view of .
attent to process

Test history
Test history
import Tests from File
Import test cases from files
stop
It's so common , No explanation.
stop backgroup processes
Stop the background process and stop almost
show run list
You can see
First introduce how to break points
restore break
Restore breakpoints
toggle line breakpoints
Switch to breakpoint
toggle method breakpoints
Switch to method breakpoint
toggle tempoaray line breakpints
Switch to temporary breakpoint
toggle breakpoint enable
Availability of switching breakpoints
view breakpoints
View breakpoint view
Threads dump
get thread dump
Get thread dump
The core
evlation expression
Calculation expression , Select an expression to calculate
quick eavaltion expression
Quick view of expressions
show exection Point
View the current execution breakpoint
( a key )
Reload changed classed
Load variable class objects
restart activity
Restart activity , Never used
Step over
Step over
force step over
Force to skip
Step into
Step in , Usually the execution method
Force step into
Force one step into
Smart step into
Smart step in
step out
Jump out of
run to cursor
Run to the cursor
force run to cursor
Force run to cursor
force return
mandatory return, We don't want to follow the logic , Direct the expression we define
throw exception
Throw an exception
Pause program
Suspend program
resume progream
Suspend program
Usage method
Usually
1. call
View toggle
2.eavation expresion
3. Final mode program ,step in,out,
wait
Basically, there is no difference between normal operation .
Expand to achieve
Reference here :github: Simply implement the above process :
Entry level implementation :
: Partial source code implementation .
: The source code to achieve
Performance parameter test :
nothing
References and recommended readings
Welcome to , Dear brother , If it helps you , A little praise and a little attention !~
边栏推荐
- Run菜单解析
- [nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
- Esphone retrofits old fans
- MHA High available Cluster for MySQL
- C language data type replacement
- [NAS1](2021CVPR)AttentiveNAS: Improving Neural Architecture Search via Attentive Sampling (未完)
- 实例007:copy 将一个列表的数据复制到另一个列表中。
- Esp8266 interrupt configuration
- Five design details of linear regulator
- 猜谜语啦(3)
猜你喜欢
随机推荐
STM32 lights up the 1.8-inch screen under Arduino IDE
Naming rules for FreeRTOS
猜谜语啦(3)
[paper reading] the latest transfer ability in deep learning: a survey in 2022
暑假第一周
How apaas is applied in different organizational structures
实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
Detailed summary of FIO test hard disk performance parameters and examples (with source code)
Apaas platform of TOP10 abroad
Weidongshan Internet of things learning lesson 1
Shell script realizes the reading of serial port and the parsing of message
Lori remote control commissioning record
实例006:斐波那契数列
STM32 outputs 1PPS with adjustable phase
Zero length array in GNU C
Arduino operation stm32
猜谜语啦(7)
Example 004: for the day of the day, enter a day of a month of a year to judge the day of the year?
Example 008: 99 multiplication table
Stablq of linked list








