1
0
Fork 0
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:
Mikhail Khodjaiants 2003-04-07 22:49:08 +00:00
parent 9360ad3bbe
commit f2c83a4b67
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 );
}
}
}