update faq.md

This commit is contained in:
hengyunabc
2023-09-20 11:58:36 +08:00
parent c3c40076fc
commit a9ed41b59a
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -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`表示方法:
+6
View File
@@ -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: