Is there a way to hook / listen to "Problem Occurred" dialog opening? #2887
-
ContextIn our plug-in we
At best we would like to contribute a handler / hook into it to see if it was an exception somewhere triggered in our plug-in. QuestionIs there a way to implement a specific listener or an extension point for this? Of course at best not to await a shell opening with "Problem Occurred" in the title but I was thinking in the actual Eclipse platform logic that is running before finally opening this dialog. I looked through the code base but could not find anything yet. There is THIS I stumbled upon but I'm not certain if this might be vaild. On the other hand looking at the dialog with the Plug-in Selection Spy did not yield any result: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is valid. You have to contribute status handler. I don't have the code at hand right now, but we do this for tests AFAIK. |
Beta Was this translation helpful? Give feedback.
It is valid. You have to contribute status handler. I don't have the code at hand right now, but we do this for tests AFAIK.