C++ pass data[i] and xcode breakpoint misunderstanding
-
I'd like to pass in
data[i]
as argument of another function but I don't know the type. And when setting a breakpoint in xcode it doesn't "break" when running the project (Hise opens and the node works, but no breakpoint is hit in xcode...)So two questions in one (or the opposite )
- how do I pass
data[i]
to a function (and would it be considered SIMD computation if that function only applies linear algorithm?) - I don't understand how I can watch live variables...
- how do I pass
-
@ustk So I tried to set the Hise executable as debug, the node as debug, and any combination, I get only crashes...
But I still think it is a scheme configuration vs debug executable/node thingy: