How can I get the printf working while stepping through c codes?

2020-11-10 Thread songwei . fu
Sorry if you receive this email multiple times. I attach the pictures this time.    == Hello,   I am trying to debug C codes from IDE in my Windows 10 labtop and my build host is a Raspberry Pi.  When I compile and run the program, I can see the printf messages

How can I get the printf working while stepping through c codes?

2020-11-10 Thread songwei . fu
Hello,   I am trying to debug C codes from IDE in my Windows 10 labtop and my build host is a Raspberry Pi.  When I compile and run the program, I can see the printf messages in Output. (see attachments) but when I step through the codes in debugging mode, I cannot see any printf in the