mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
No dialog if switch to frame failed.
This commit is contained in:
parent
9360ad3bbe
commit
f2c83a4b67
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-04-07 Mikhail Khodjaiants
|
||||
No dialog if switch to frame failed.
|
||||
* CDebugUIPlugin.java
|
||||
|
||||
2003-04-05 Alain Magloire
|
||||
|
||||
* CDebugEditor.java
|
||||
|
|
|
@ -395,7 +395,7 @@ public class CDebugUIPlugin extends AbstractUIPlugin
|
|||
}
|
||||
catch( DebugException e )
|
||||
{
|
||||
errorDialog( "Switch to stack frame failed.", e );
|
||||
// errorDialog( "Switch to stack frame failed.", e );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue