Skip to content

Commit

Permalink
Merge pull request #15 from hanxi/master
Browse files Browse the repository at this point in the history
新增启动编辑器的示例
  • Loading branch information
cloudwu authored Jan 17, 2024
2 parents 532d228 + 0688e47 commit dca0474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ luamake [target] -mode [debug/release] #-mode默认是debug
bin/msvc/debug/lua.exe test/simple/main.lua
```

### 启动编辑器

```bash
bin/msvc/debug/lua.exe tools/editor/main.lua
```

### 调试
调试一个简单的示例。目前只支持在VSCode下调试lua代码。
- 安装VSCode;
Expand Down

0 comments on commit dca0474

Please sign in to comment.