What may cause the debug printf viewer to not show ANYTHING at all? Everything was working fine and it was printing out desired statements and all of a sudden it stopped doing it. I don't remember changing anything in the settings or configuration.
I am using it in a simulation mode and I also have set STDOUT to ITM and checked. Idk what else went wrong
Go back to the code/project as it was working. Evaluate what you have changed and the impact that might have.
Break the code see where it is, step the code to understand the interaction.
Well I even tried making a new project and it won't print out to the console. Like just printing "Hello world" won't even print.
Do you know of settings that I might have forgotten to set causing this?