provide project description for debugging

This commit is contained in:
Riccardo Mottola 2021-02-06 19:40:35 +01:00
parent b87670431a
commit 963700e3d6

View file

@ -60,6 +60,11 @@ NSString
@implementation PCProject
- (NSString *)description
{
return [NSString stringWithFormat: @"%@: %@ (%@)", [self className], projectName, projectPath];
}
// ============================================================================
// ==== Init and free
// ============================================================================