Re: Avoiding stepping-in
Re: Avoiding stepping-in
- Subject: Re: Avoiding stepping-in
- From: Mark Wagner <email@hidden>
- Date: Mon, 21 Nov 2005 09:38:48 -0800
I haven't tried this in XCode, but if it and Visual Studio are
anything like CodeWarrior, what you can do is select "step into" to
step into the first STL function, then immediately select "step out".
Repeat for the further arguments until you step into the function you
want.
--
Mark Wagner
On 11/21/05, Jerry <email@hidden> wrote:
> When debugging, I often want to step into a function which has lots
> of STL-based arguments. This means that I spend a large proportion of
> my day staring at the internals of std::vector::operator[] or
> std::string::c_str(). Is there any way to tell XCode that I never,
> ever want to step into these functions? For bonus points, the same
> question with Visual Studio :-)
>
> Jerry
>
> _______________________________________________
> 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
>
_______________________________________________
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