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

Changed the message text in the 'getStackDepth' method.

This commit is contained in:
Mikhail Khodjaiants 2003-04-08 15:51:08 +00:00
parent 92da4f748c
commit 8a897bd030
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-04-07 Mikhail Khodjaiants
Changed the message text in the 'getStackDepth' method.
* CThread.java
2003-04-07 Mikhail Khodjaiants
Changed the message generated in the 'targetRequestFailed' methods of CDebugElement.
* CDebugElement.java

View file

@ -1089,7 +1089,7 @@ public class CThread extends CDebugElement
{
MultiStatus status = new MultiStatus( CDebugCorePlugin.getUniqueIdentifier(),
ICDebugInternalConstants.STATUS_CODE_ERROR,
"Unable to get stack depth.",
"Stack is not available.",
null );
status.add( new Status( IStatus.ERROR, status.getPlugin(), status.getCode(), e.getMessage(), null ) );
CDebugUtils.error( status, getDebugTarget() );