On Mar 17, 2016, at 1:02 PM, Bill Cheeseman < email@hidden> wrote:
On Mar 17, 2016, at 4:55 AM, Bill Cheeseman < email@hidden> wrote:
I
tried that, but it won't work because the storyboard won't load. That's a little discourging: Sorry, bud, you can't debug it because it has a bug in it.
On Mar 16, 2016, at 7:59 PM, Lee Ann Rucker < email@hidden> wrote:
Next
step I'd do is use the visual debugger; it's not as easy but you can find the view based on the address, or worst case just do something like "po 0x600000120c80".
I didn't fully understand what you were suggesting. The storyboard does in fact load, but it only shows the empty window with its title bar because, as the error message states, it could not set the NSContentViewController of the NSWindow. But you're right,
the application is still running in the debugger and I can use debugger commands like "po 0x600000120c80". Unfortunately, that just echos back something like "<NSTabView: 0x600000120c80>", which tells me nothing. So far, I haven't figured out any useful commands
to give the debugger.
You can call constraintsAffectingLayoutForOrientation: on them and look at their superviews, that can help sometimes.
|