Can't launch in debug mode
Answered
I'm using Intellij to edit a java project called JMRI: https://github.com/JMRI/JMRI
I've created a run configuration by right-clicking the ant target 'panelpro' and selecting 'create run configuration'. This works fine, and I can now use (for example) shift-f10 to run the application.
But the 'debug' option in the Run menu is greyed out.
Any ideas?
Please sign in to leave a comment.
You can't debug Ant tasks, use Application or Remote run/debug configuration depending on the project.