Hello all,
I am having an issue with using the 'Debug (printf) Window' to
display debugging messages as the code runs. Upon startup I print
simple initialization messages using the printf function which
displays an index(printIndex) or count of the message that is being
printed and the message(msg) itself.
printf("%003u - L: %s\r\n",printIndex++, msg);
Most of these messages are display in the 'Debug (printf) Window'
but not all of them, some are misse
↧