Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Changes in how internal errors are reported in Debug plugins


All of the debug plugins have changed how they report internal errors.

As before to see internal errors eclipse must be launched using the -debug flag and with a correctly
placed and configured .options file.

The change is that the internal errors are no longer reported to the console (System.err).
Instead, any errors are appended to the .log file of the workspace metadata.

See
Bug 6208
http://bugs.eclipse.org/bugs/show_bug.cgi?id=6208

Thanks
Darins

Back to the top