mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update faq.md
This commit is contained in:
@@ -78,6 +78,12 @@ watch demo.MathGame <init> '{params,returnObj,throwExp}' -v
|
||||
watch OuterClass$InnerClass
|
||||
```
|
||||
|
||||
### 是否支持 watch、trace lambda 类?
|
||||
|
||||
对于lambda生成的类,会跳过处理,因为 JVM 本身限制对 lambda 生成的类做增强。
|
||||
|
||||
* [https://github.com/alibaba/arthas/issues/1225](https://github.com/alibaba/arthas/issues/1225)
|
||||
|
||||
### 输入中文/Unicode 字符
|
||||
|
||||
把中文/Unicode 字符转为`\u`表示方法:
|
||||
|
||||
@@ -78,6 +78,12 @@ In the JVM specification the name of inner classes is `OuterClass$InnerClass`.
|
||||
watch OuterClass$InnerClass
|
||||
```
|
||||
|
||||
### Does it support watch and trace lambda classes?
|
||||
|
||||
For classes generated by lambda, will be skipped because the JVM itself does not allow enhancements to classes generated by lambda.
|
||||
|
||||
* [https://github.com/alibaba/arthas/issues/1225](https://github.com/alibaba/arthas/issues/1225)
|
||||
|
||||
### Enter Unicode characters
|
||||
|
||||
Convert Unicode characters to `\u` representation:
|
||||
|
||||
Reference in New Issue
Block a user