I am starting to think something on my eclipse has gone completely wrong. I've tried uninstalling and re-installing the plugin, also restarting my computer but nothing has worked.
I also don't think it's a bug, at least not a known one because I've been searching around and haven't found anything about such a problem (I'm doing the app using java).
This is the error I get when I right click the project and select Run as Web Application:
An internal error occurred during: "Launching CodeLabEx0". org/eclipse/jdt/debug/core/JDIDebugModel
And this is what happens when I right click and try to Debug as Web application:
An internal error occurred during: "Launching CodeLabEx0". com/sun/jdi/connect/IllegalConnectorArgumentsException
And when I select Run configurations... I get this:
An error has occurred. See error log for more details. com/google/gdt/eclipse/suite/launch/ui/WebAppArgumentsTab
and
No tabs defined for launch configuration type Web Application
Am I missing something really dumb?