dev-eclipse.txt: State known issue when debugging with Eclipse

Change-Id: I93a4c273ffba0ae79d739dc8aa9eecd27b5df3b1
This commit is contained in:
Magnus Bäck
2012-05-08 21:28:09 -04:00
parent 7dabe97976
commit f3766b9444

View File

@@ -94,6 +94,16 @@ Duplicate the existing `gwtui_dbg` launch configuration:
* Change Save as to be Local file.
Known problems
--------------
When running Gerrit under the Eclipse debugger, code that attempts
to load Prolog code may erroneously raise ClassNotFoundException,
claiming that classes in the `Gerrit` package can't be found. The
error can often be resolved by rebuilding Gerrit with `mvn package`
and restarting the debug session.
GERRIT
------
Part of link:index.html[Gerrit Code Review]