当前位置:网站首页>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 !~
边栏推荐
- Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
- 2022.7.4-----leetcode.1200
- Use indent to format code
- QEMU demo makefile analysis
- Xrosstools tool installation for X-Series
- Problem solving: interpreter error: no file or directory
- Simple design description of MIC circuit of ECM mobile phone
- Stablq of linked list
- OC and OD gate circuit
- Void* C is a carrier for realizing polymorphism
猜你喜欢

Sword finger offer 09 Implementing queues with two stacks

图解八道经典指针笔试题

DCDC circuit - function of bootstrap capacitor

Example 008: 99 multiplication table

【三层架构】

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

DokuWiki deployment notes
![[cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl](/img/8a/702019b44c8e60dffbcd898330afcb.png)
[cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl

Lori remote control LEGO motor

STM32 single chip microcomputer -- debug in keil5 cannot enter the main function
随机推荐
Shell script
696. 计数二进制子串
How apaas is applied in different organizational structures
UE像素流,来颗“减肥药”吧!
2020-05-21
Chapter 18 using work queue manager (1)
Anonymous structure in C language
每日一题——输入一个日期,输出它是该年的第几天
Cmder of win artifact
How to write cover letter?
Low code platform | apaas platform construction analysis
U8g2 drawing
剑指 Offer 09. 用两个栈实现队列
Summary of SIM card circuit knowledge
Let's briefly talk about the chips commonly used in mobile phones - OVP chips
Esp8266 interrupt configuration
猜谜语啦(10)
Detailed summary of FIO test hard disk performance parameters and examples (with source code)
Shell script realizes the reading of serial port and the parsing of message
Run菜单解析