I have a java-project wich contains a server-class for starting up some rmi-services in it’s main-method.
If i now click on “debug”, i get the message:
Unabel to install breakpoint … due to missing line number attributes.
Modify compiler options to generate…[them].
I read https://www.genuitec.com/forums/topic/debug-jboss-app-built-with-ant/ but that doesn’t aply to me as i am not using an application server.
Of course, projectproperties->java compiler->Classfile Generation->… are enabled.
Does it has something to do with rmi?
Can’t i debug into rmi?
Kind regards, Florian