Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Modal error dialog boxes during debugging

IMHO, modal dialog boxes to show error messages are used too extensively
in CDT. 

This is especially annoying with Linux GTK & the default Debian window
manager as some SWT problem causes the modal dialog boxes to appear
*behind* the Eclipse window.

It is perfectly normal for errors to occur during CDT/GDB debugging.

In my CDT plugin I'd like to log GDB console errors in a non-intrusive
manner(i.e. no dialog boxes) when executing GDB scripts.
CDebugCorePlugin.log() seems handy.


Q: Would patches to convert various obnoxious dialog boxes to
CDebugCorePlugin.log() be welcome?


-- 
Øyvind Harboe
http://www.zylin.com



Back to the top