1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Display error messages in the 'Registers' view.

This commit is contained in:
Mikhail Khodjaiants 2003-04-24 19:05:52 +00:00
parent 6f23a3d075
commit a294752676
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-04-24 Mikhail Khodjaiants
Display error messages in the 'Registers' view.
* RegistersView.java
2003-04-24 Mikhail Khodjaiants
Added shortcuts for the C/C++ Debug specific views.
* plugin.xml

View file

@ -201,6 +201,7 @@ public class RegistersView extends AbstractDebugEventHandlerView
*/
public void handleException( DebugException e )
{
showMessage( e.getMessage() );
}
/**