Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ide-dev] Fw: Catching Exceptions via Plugin

Hello everyone,

We are writing an Eclipse plugin that is supposed to catch exceptions from the running program or get compiler
errors and analyze them. Ideally our plugin would connect to a signal and receive an object with error information.
We were not yet able to produce a fully working version of the plugin, so we are turning to the mailing list for guidance.

As Eclipse has its own table for displaying detailed information about errors, we wondered where Eclipse gets this kind of
information from.  Does the table itself monitor the console output stream and parse it?
Or is there perhaps really something like a signal that we can connect to?

I am grateful for every lead that you can give us :D

Yours,

Felix


Back to the top