Hi there

Is there a way to build probes with more than 10 arguments?
if I create 
probe myProbe(int, int, int, int, int, int, int, int, int, int, int);

and want to trace

test$1:::myProbe {
        trace(arg10);
}

I get a  "failed to resolve arg10: Unknown variable name" error

How can I fix this?

If there is now way directly, is it possible to use a pointer to an array or 
something similar?

Thanks in advance
Eric
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to