mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 08:31:06 +00:00
provide project description for debugging
This commit is contained in:
parent
b87670431a
commit
963700e3d6
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ NSString
|
|||
|
||||
@implementation PCProject
|
||||
|
||||
- (NSString *)description
|
||||
{
|
||||
return [NSString stringWithFormat: @"%@: %@ (%@)", [self className], projectName, projectPath];
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// ==== Init and free
|
||||
// ============================================================================
|
||||
|
|
Loading…
Reference in a new issue