This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

printing out debug statement

Is there an easier way to print out debugging statement that does not need an installation of a logging package in keil.

I am trying to place print statements within the code to debug the program. For an example, if I introduce a code and want to make sure it works, I would play a print statement after to see that it ran. If the print statement doesn't show up then I did something wrong.

Related