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
- The debug Library in Depth
- Remote Debugging with MobDebug
- Profiling with LuaProfiler
- Code Coverage and Test Instrumentation