actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
429 stars 92 forks source link
debug debugger lua

lua-debug

Build Status

Requirements

Feature

Build

  1. Install luamake

    git clone https://github.com/actboy168/luamake
    pushd luamake
    git submodule init
    git submodule update
    .\compile\install.bat(msvc)
    ./compile/install.sh (other)
    popd
  2. Clone repo.

    git clone https://github.com/actboy168/lua-debug
    cd lua-debug
    git submodule init
    git submodule update
  3. Download deps.

    luamake lua compile/download_deps.lua
  4. Build

    luamake -mode release

Install to VSCode

  1. Install extension actboy168.lua-debug and actboy168.extension-path
  2. Open repo in VSCode
  3. Run task:Copy Publish

Todo