how can i "print" to output window in visual studio
I want to print the value of some variables but cout isn't doing the trick. I #import <iostream> and call cout << x but it doesn't show up in the output window during debug. I'm getting logs from illustrator and I feel like I should be calling cout on some special illustrator class but can't figure out what it is. Sorry for the newbie question but any help is appreciated
