NSLog() when Xdebug returns us an error
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Apr 2009 03:07:58 +0000 (23:07 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Apr 2009 03:07:58 +0000 (23:07 -0400)
* Source/GDBpConnection.m:
(processData:)

Source/GDBpConnection.m

index f31df543d62759ba34e6eda466236613a84932df..05222613c5e9ad7ea45eadbbb03ebc0214d3e642 100644 (file)
@@ -301,6 +301,7 @@ NSString *kErrorOccurredNotif = @"GDBpConnection_ErrorOccured_Notification";
        NSArray *error = [[doc rootElement] elementsForName:@"error"];
        if ([error count] > 0)
        {
+               NSLog(@"Xdebug error: %@", error);
                [self errorEncountered:[[[[error objectAtIndex:0] children] objectAtIndex:0] stringValue]];
                return nil;
        }