📄 inspect00.mal
字号:
# test analysis of stack framesfunction tst():void; i:= mdb.getStackDepth(); io.printf("stack depth %d\n",i); t:= mdb.getStackTrace(); io.print(t); b0:= mdb.getStackFrame(0); io.print(b0); b1:= mdb.getStackFrame(1); io.print(b1); # next one is illegal b1:= mdb.getStackFrame(2);end tst;user.tst();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -