pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.62k stars 518 forks source link

Love2d breakpoints don't work #1042

Closed KayleMaster closed 4 years ago

KayleMaster commented 4 years ago

Hi,
I'm trying to get breakpoints to work but they don't react at all. My game runs normally.
Love2d 11.3 Latest version from website for windows. Start debugger server is checked.

KayleMaster commented 4 years ago

Was missing if arg[#arg] == "-debug" then require("mobdebug").start() end Cheers!