Closed mweisshaupt1988 closed 5 years ago
You need to define the right actions for your profile in root module...
Run:nbm:cluster nbm:run-ide
Debug: nbm:cluster nbm:run-ide
and set properties
jpda.listen=true
netbeans.run.params.debug=-J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${jpda.address}
Today I will make a wiki page with a description how to... The description from read.me is probably not enough.
Very good, this worked for me. Thanks.
I have pulled the latest changes from master and did a clean build and after it has finished I tried to build the Netbeans modules but it failed with the following error:
Also the nbm:run-ide goal does not do anything after the first library. All else is skipped and the goal is ended successfully. This is also strange.
System information: Ubuntu 18.04 64bit OpenJDK 1.8.0_191 Maven 3.5.2