I set up Geany on Ubuntu - nice! It uses javac to compile java programs (not ghcc) and works very well. I have the debugger installed and the debug window works. However, I need some help in actually being able to debug a java program. So some questions:
1. Do I need to define any changes to the compile menu? If so, what?
2. I have used debuggers in other languages, but they all have debug menus in the ide (Watch, Step, Step-Over, etc). Any instructions on using the debugger?
It occurs to me that this question has been asked before, so someone may have written something that would be helpful. If so, feel free to send me a link.
Thanks, Dave