随笔分类 - Lua
摘要:快捷键 :alt + shift +鼠标 ,可以块选中文本。F12 折叠/展开 所有F5 调试运行 点击第二次 将跳转到第一个断点处F10 单步执行shift +F10 单步执行,不进入函数体Ctrl + F10 跳出停止调试f6 运行程序不调试ctrl + f6 不停循环运行程序不调试f7 汇编代...
阅读全文
摘要:github的地址:https://github.com/bluebird75/luaunit使用说明文档:http://luaunit.readthedocs.org/en/latest/使用方法:测试命令:lua.exe -v(显示每一项测试结果)UT目标文件:testlib.lua 1 fu...
阅读全文
摘要:需要在代码中先设定package.path的值package.path=[[E:\3SG\Test\luaunit-master\?.lua;]] .. package.pathluaunit = require('luaunit')
阅读全文