agnacore / Spaceship

1 stars 1 forks source link

Spaceship

Spaceship game

How to run

Command line

mvn clean package

IntelliJ

Create a Maven configuration. In Command Line:

clean package

Debugging

Create a Maven configuration in your IDE. In Command Line:

clean javafx:run@debug

Run the configuration. In the Terminal, look for an option to Attach debugger:

screenshot of IntelliJ in which the Attach debugger option is visible

Clicking it should run the debugger on the running instance and pause at the first breakpoint that was set.