Odd issue with PyCharm console window
I am seeing an odd issue where I have a c++ application running with TCP connection to a python script that is running a test. The printf statements in the C++ application are coming out in the PyCharm CE 4.5.4... has anyone else ran into this issue or any speculation why this is happening?
C++ Code:
printf("[INFO] Command to Process: %s\n", cmd);
I see this in my Pycharm console:
[INFO] Command to Process: getInteractiveModeStatus
Please sign in to leave a comment.