I’m using CLion and DBG creates output succesfully on Mac, but in Windows doesn’t work. Only “printf” works to create output.
What settings should I need to modify in ordero to make DBG work?
Thanks in advance for your help!
Try checking some of the other output windows. For me, DBG output is printed into the “LLDB” window when debugging in Clion on Windows.
1 Like
That worked, thanks