0Pricing
Lua Academy · Lesson

Remote Debugging with MobDebug

Set up MobDebug and connect ZeroBrane Studio to debug running scripts.

What Is MobDebug?

MobDebug is a Lua remote debugger. It allows you to set breakpoints, step through code, and inspect variables in a running Lua program from an IDE like ZeroBrane Studio.

Installing MobDebug

Install via LuaRocks: luarocks install mobdebug. Or copy mobdebug.lua into your project.

All lessons in this course

  1. The debug Library in Depth
  2. Remote Debugging with MobDebug
  3. Profiling with LuaProfiler
  4. Code Coverage and Test Instrumentation
← Back to Lua Academy