mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-29 18:58:37 +08:00
Merge branch 'master' of github.com:alibaba/arthas
This commit is contained in:
commit
919605c20d
@ -343,6 +343,7 @@ Welcome to register the company name in this issue: https://github.com/alibaba/a
|
||||
![龙腾出行](static/longtengchuxing.png)
|
||||
![foscam](static/foscam.png)
|
||||
![二维火](static/2dfire.png)
|
||||
![lanxum](static/lanxum_com.png)
|
||||
|
||||
### Credit
|
||||
|
||||
|
@ -340,6 +340,7 @@ $ classloader
|
||||
![龙腾出行](static/longtengchuxing.png)
|
||||
![foscam](static/foscam.png)
|
||||
![二维火](static/2dfire.png)
|
||||
![lanxum](static/lanxum_com.png)
|
||||
|
||||
### Credit
|
||||
|
||||
|
@ -80,7 +80,7 @@ Affect(class-cnt:1 , method-cnt:1) cost in 66 ms.
|
||||
|
||||
- 构成条件表达式的 `Advice` 对象
|
||||
|
||||
前边看到了很多条件表达式中,都适用了 `params[0]`,有关这个变量的介绍,请参考[表达式核心变量](advice-class.md)
|
||||
前边看到了很多条件表达式中,都使用了 `params[0]`,有关这个变量的介绍,请参考[表达式核心变量](advice-class.md)
|
||||
|
||||
#### 检索调用记录
|
||||
|
||||
@ -181,4 +181,4 @@ Affect(row-cnt:1) cost in 14 ms.
|
||||
|
||||
2. **引用的对象**
|
||||
|
||||
需要强调的是,`tt` 命令是将当前环境的对象引用保存起来,但仅仅也只能保存一个引用而已。如果方法内部对入参进行了变更,或者返回的对象经过了后续的处理,那么在 `tt` 查看的时候将无法看到当时最准确的值。这也是为什么 `watch` 命令存在的意义。
|
||||
需要强调的是,`tt` 命令是将当前环境的对象引用保存起来,但仅仅也只能保存一个引用而已。如果方法内部对入参进行了变更,或者返回的对象经过了后续的处理,那么在 `tt` 查看的时候将无法看到当时最准确的值。这也是为什么 `watch` 命令存在的意义。
|
||||
|
BIN
static/lanxum_com.png
Normal file
BIN
static/lanxum_com.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user