Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Lua DebugNew to Visual Studio Code? Get it now.

Lua Debug

actboy168

|
339,278 installs
| (9) | Free
VSCode debugger extension for Lua
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

lua-debug

Build Status

Requirements

  • Lua 5.1 - 5.4 or luajit (thanks @fesily)
  • Platform: Windows, macOS, Linux, Android, NetBSD, FreeBSD

Feature

  • Breakpoints
  • Function breakpoints
  • Conditional breakpoints
  • Hit Conditional breakpoints
  • Step over, step in, step out
  • Watches
  • Evaluate expressions
  • Exception
  • Remote debugging
  • Support WSL

Build

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

Todo

  • thunk support arm64.
  • Use lua-epoll instead of select.
  • iOS example.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft