I have a servlet and following the instructions for Eclipse, I select this servlet and choose debug on server. Then I start the server (Tomcat 7 running on Centos). At this point I would have expected the server running the code to stop at the breakpoint I chose but instead a program/IDE call Geany starts up and I have no idea what to do with it. Three questions:
- Didn't debugging servlets on Tomcat work without Geany?
- Can we still do it without Geany?
- If not, can you please explain what Geany is and how to use it to step through code, etc?
Thanks.