Skip to content

Commit ed06679

Browse files
committed
Update README
1 parent c37f362 commit ed06679

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
开发过程中需查看`class`字节码,用到了[classpy](https://github.com/zxh0/classpy),很好用,还顺手改了两个[bug](https://github.com/zxh0/classpy/pulls?q=is%3Apr+is%3Aclosed+author%3Ahgaol) ~
88

9+
在执行单元测试或者运行时,修改`logback-test.xml` 或者 `logback.xml` 等级为DEBUG,可以输出运行过程中执行的操作码和操作数,以及虚拟机栈的操作数栈和本地变量表的内容变化,便于理解和调试。
910

1011

1112
# Build
@@ -42,7 +43,7 @@ java -jar reimu-0.1.0.jar $@
4243

4344
为什么使用Java实现?因为比较熟悉,主要目的在于理解逻辑,其他阻碍越小越好。
4445

45-
[SUMMARY](https://github.com/hgaol/Reimu/blob/master/SUMMARY.md)是在写完代码之后对一些逻辑的梳理,主要是防止时间长了自己都不知道自己写的啥~
46+
[SUMMARY](https://github.com/hgaol/reimu/blob/master/SUMMARY.md)是在写完代码之后对一些逻辑的梳理,主要是防止时间长了自己都不知道自己写的啥~
4647

4748

4849

SUMARRY.md renamed to SUMMARY.md

File renamed without changes.

0 commit comments

Comments
 (0)