Home

Awesome

ANNOUNCEMENT

The original repo by RANGUNA has an issue with its history (making it around 20+mb). This repo is a "fix" for that repo making it less than 1mb. This also is updated to work with LOVE 11.0

LoveDebug

LoveDebug - A whole new way of debugging your game, original created by kalle2990

Tired of having to restart your whole game when an error occurs or attaching a console, which you have to switch to, just to see your debug printings? Tired of adding extra variable in text to your graphical experience, taking space and looks misplaced? Tired of not having the possibility to execute scripts in-game without attaching a GUI or even writing one yourself? Now all of this is unnecessary!

LoveDebug is a community-driven open-development project, the creator has stopped posting in a while so everyone's free to do whatever they want with this code specially adding new functionalities.


Installing LoveDebug:

require("lovedebug")

function love.load()
end

NOTE:

Using this module replaces the love.run method. This could lead to issues with other libraries that modifies the run method like fluid

Functionalities:

Key features:

Full Functionality list: