--- title: Debugging in Defold brief: This manual explains the debugging facilities present in Defold. --- # Debugging Defold contains an integrated Lua debugger with an inspection facility. Together with the built-in [profiling tools](/manuals/profiling) it is a powerful tool that can help finding the cause of bugs in your game logic or help analyze performance issues. Defold also provides crash logs for the rare occasions when the engine itself crashes. * Learn more about [debugging your game logic](/manuals/debugging-game-logic). * Learn more about [debugging native code](/manuals/debugging-native-code).