We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f362 commit ed06679Copy full SHA for ed06679
README.md
@@ -6,6 +6,7 @@
6
7
开发过程中需查看`class`字节码,用到了[classpy](https://github.com/zxh0/classpy),很好用,还顺手改了两个[bug](https://github.com/zxh0/classpy/pulls?q=is%3Apr+is%3Aclosed+author%3Ahgaol) ~
8
9
+在执行单元测试或者运行时,修改`logback-test.xml` 或者 `logback.xml` 等级为DEBUG,可以输出运行过程中执行的操作码和操作数,以及虚拟机栈的操作数栈和本地变量表的内容变化,便于理解和调试。
10
11
12
# Build
@@ -42,7 +43,7 @@ java -jar reimu-0.1.0.jar $@
42
43
44
为什么使用Java实现?因为比较熟悉,主要目的在于理解逻辑,其他阻碍越小越好。
45
-[SUMMARY](https://github.com/hgaol/Reimu/blob/master/SUMMARY.md)是在写完代码之后对一些逻辑的梳理,主要是防止时间长了自己都不知道自己写的啥~
46
+[SUMMARY](https://github.com/hgaol/reimu/blob/master/SUMMARY.md)是在写完代码之后对一些逻辑的梳理,主要是防止时间长了自己都不知道自己写的啥~
47
48
49
SUMARRY.md renamed to SUMMARY.md
0 commit comments