Skip to content

Commit

Permalink
Merge branch 'alibaba:master' into feature_time_display
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuang authored Sep 20, 2023
2 parents b343869 + 7676282 commit 2009599
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/docs/doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`表示方法:
Expand Down
6 changes: 6 additions & 0 deletions site/docs/en/doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2009599

Please sign in to comment.