Hi everyone !
I set up a maven project and then wrote some code into Main.java
Now I wanted to debug this file using jdb. Therefore I compiled with
javac Main.java and started jdb Main.
But when I then set a breakpoint at stop at Main:4 and enter run the terminal tells me that no such file exists and then exits.
I will attach a screenshot (it is in german but maybe still helps).
Does someone know what the problem might be ?