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:
parent
6f23a3d075
commit
a294752676
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -201,6 +201,7 @@ public class RegistersView extends AbstractDebugEventHandlerView
|
|||
*/
|
||||
public void handleException( DebugException e )
|
||||
{
|
||||
showMessage( e.getMessage() );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue