Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 708 Bytes

03_olua.rst

File metadata and controls

23 lines (15 loc) · 708 Bytes

x-studio365 - 基于标准Lua引擎调试

基本步骤

  1. 新建工程

    通过软件主菜单【新建】【新建工程】在新建工程对话框 Lua脚本引擎 选择luajit/lua51/lua52/lua53, 本教程选择luajit,如图所示:

    figure_1

  2. 启动调试

    基于标准Lua引擎的工程创建好后,会默认创建一个输出hello world的代码文件 example.lua 并打开,接下来就可以 在 example.lua 中编写代码,F9打断点,F5启动调试,开始Lua愉快的学习之旅了,如图所示:

    figure_2