Replies: 1 comment 1 reply
-
I'd have expected this to work, but yeah, it doesn't for some reason :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
I try to disable the objc type formatter category because it formats type "BOOL" as "YES/NO" but I like them to be "true/false". I thought that using
initCommands
would be the right way to do this but unfortunately it does not work. Here what I did so far:Add this file to my workspace:
debugger_init.txt
In launch config I added:
When lldb starts up it successfully loads my debugger_init.txt.
But after all of this objc category is still enabled:
What I miss here to disable the category on launch?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions