Re: Debugging bindings with -NSBindingDebugLogLevel 1

2012-07-08 Thread Keary Suska
On Jul 7, 2012, at 10:41 PM, Rick Mann wrote: > I tried adding '-NSBindingDebugLogLevel 1' (no quotes) to "Arguments Passed > on Launch" to my scheme, and I also wrote it to the app's defaults. But I > don't see any logging when I've got an error (in this case, a deliberately > mis-spelled key

Re: Debugging bindings with -NSBindingDebugLogLevel 1

2012-07-07 Thread Rick Mann
I finally did see a rather unhelpful debug message from bindings. Not sure which setting actually triggered it, but I guess it's working. On Jul 7, 2012, at 21:41 , Rick Mann wrote: > I tried adding '-NSBindingDebugLogLevel 1' (no quotes) to "Arguments Passed > on Launch" to my scheme, and I al

Debugging bindings with -NSBindingDebugLogLevel 1

2012-07-07 Thread Rick Mann
I tried adding '-NSBindingDebugLogLevel 1' (no quotes) to "Arguments Passed on Launch" to my scheme, and I also wrote it to the app's defaults. But I don't see any logging when I've got an error (in this case, a deliberately mis-spelled key path). Am I doing something wrong, or is this not one