mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
trivial - return label for toString() to make debugging easier
This commit is contained in:
parent
0373d5104e
commit
5ef3cd1a6b
1 changed files with 3 additions and 0 deletions
|
@ -206,4 +206,7 @@ public class RemoteOutput implements IAdaptable, IRemoteOutput
|
|||
return _endOffset;
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
return getLabel();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue