iOS Question How to debug values in OBJC

Hengki

Member
Licensed User
Longtime User
Hello everyone,
I'm using Windows to learn code in b4i (OBJC) and I need help on how to debug values in OBJC so that they appear in the log list (like log() or logcolor()).
I tried using NSLog(@"hello world"); but it doesn't appear in the log (in debug mode).
Thanks in advance.
 
Top