Framework versioning practices

2015-10-15 Thread Bill Cheeseman
> On Oct 14, 2015, at 5:35 AM, Bill Cheeseman wrote: > > I am certainly not the only person using multiple versions or versions > labeled other than "A" in shared frameworks. I discovered more evidence this morning that use of versions other than "A" in shared

Re: advanced debugging?

2015-10-15 Thread Alex Hall
> On Oct 15, 2015, at 01:38, Roland King wrote: > > >> On 15 Oct 2015, at 11:38, Alex Hall wrote: >> >> For these stack traces, is there any way for it to point right at the >> offending line in context? That is, instead of a generic array.append call, >>

Re: advanced debugging?

2015-10-15 Thread Jens Alfke
> On Oct 15, 2015, at 3:16 AM, Alex Hall wrote: > > I don't know how much sense this will make, since VO groups things together, > probably differently from what you see visually, but I'll give it a shot. In the debugger console, enter the command “bt”. This will dump a

Re: advanced debugging?

2015-10-15 Thread Alex Hall
> On Oct 15, 2015, at 20:06, Jens Alfke wrote: > > >> On Oct 15, 2015, at 5:03 PM, Alex Hall > > wrote: >> >> I'm sorry to be asking such basic questions, but what do you mean by the >> debug console? The place where errors

Re: advanced debugging?

2015-10-15 Thread Jens Alfke
> On Oct 15, 2015, at 5:03 PM, Alex Hall wrote: > > I'm sorry to be asking such basic questions, but what do you mean by the > debug console? The place where errors and print/log statements appear doesn't > take input Yes, it does. When the app is paused, an “(lldb)”

Re: advanced debugging?

2015-10-15 Thread Ken Thomases
On Oct 15, 2015, at 7:33 PM, Alex Hall wrote: > > >> On Oct 15, 2015, at 20:06, Jens Alfke > > wrote: >> >> >>> On Oct 15, 2015, at 5:03 PM, Alex Hall >> > wrote: >>> >>> I'm

Re: advanced debugging?

2015-10-15 Thread Alex Hall
> On Oct 15, 2015, at 11:27, Jens Alfke wrote: > > >> On Oct 15, 2015, at 3:16 AM, Alex Hall > > wrote: >> >> I don't know how much sense this will make, since VO groups things together, >> probably differently from what

Re: advanced debugging?

2015-10-15 Thread Alex Hall
> On Oct 15, 2015, at 20:52, Ken Thomases wrote: > > On Oct 15, 2015, at 7:33 PM, Alex Hall > wrote: >> >> >>> On Oct 15, 2015, at 20:06, Jens Alfke >> > wrote: >>> >>>