Debugging

Breakpoints

Place breakpoints in your Lua files.

Run

Launch your application, it will display a prompt in the console indicating that it is trying to connect to a server.

Debug

Launch the Lua debug configuration. This will kick off the Java debug server which will then accept the client connection and start the application.