Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>YanLua DebuggerNew to Visual Studio Code? Get it now.
YanLua Debugger

YanLua Debugger

YanLua

|
2 installs
| (0) | Free
Debug YanLua programs with the native YanLua debug adapter.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

YanLua Debugger for VS Code

This thin extension registers the yanlua debug type and launches the native yanlua-debug-adapter. Runtime breakpoint, stack, and variable behavior stays inside the C++ adapter and IDebugRuntime.

Use YanLua: Debug Current Lua File or create a launch configuration:

{
  "type": "yanlua",
  "request": "launch",
  "name": "Debug YanLua",
  "program": "${file}",
  "cwd": "${workspaceFolder}",
  "stopOnEntry": false
}

Platform packages place the executable under bin/<win32|linux|darwin>-<x64|arm64>/. During local development, yanlua.adapterPath can point at a CMake or Visual Studio build output.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft