Re: Can I show complete error message in xcode 3?
Re: Can I show complete error message in xcode 3?
- Subject: Re: Can I show complete error message in xcode 3?
- From: Chris Espinosa <email@hidden>
- Date: Tue, 30 Oct 2007 08:46:53 -0700
On Oct 30, 2007, at 7:08 AM, Chris Jefferson wrote: When compiling, I often get error messages of the type:
error: no matching function for call '...'. While I can click on the error and see the line where the function was called, when this function is in a template I can't see the chain of calls which reached this point. To find the bug, I find I usually have to open a terminal and manually compile with g++ so I can see the complete error and the template trace.
Is there any way to get this in xcode?
At the bottom of the Build Results window pane are four buttons. The third one in (looks like lines of text) opens the full build transcript, where you can see the full text of the build. Select an error in the build log, and the corresponding lines in the transcript are automatically selected.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden