Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>WoW Lua Error LoaderNew to Visual Studio Code? Get it now.
WoW Lua Error Loader

WoW Lua Error Loader

Sapu94

|
3,091 installs
| (0) | Free
Load Lua errors from WoW into VSCode for easy debugging
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WoW Lua Error Debugger for Visual Studio Code

A debugger which allows loading Lua errors from WoW into VSCode to allow for looking through the error alongside the code for easier debugging.

This extension is heavily inspired by local-lua-debugger-vscode and licensed under the same MIT license.


Features

The specific feature set varies based on the error handler which reported the error. The following parsers are implemented:

Blizzard

Loads errors from the default Blizzard error UI with support for stack frames.

TradeSkillMaster

Loads TradeSkillMaster errors with support for stack frames and local variables.


Usage

To load a crash, simply add the entire error message into a crash.txt file in the root of your directory, and create a launch.json:

{
  "configurations": [
    {
      "type": "lua-local",
      "request": "launch",
      "name": "Debug",
      "errorType": "blizzard",
    }
  ]
}

Additional Configuration Options

errorType

The type of the error handler which generated the crash.

crashfile

The path to the crashfile to load in the debugger relative to the root of your workspace. This defaults to crash.txt.

verbose

Enable verbose output from the debugger for help when trying to debug issues with the debugger itself.

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