Getting Apache Netbeans platform javadoc

2020-11-10 Thread brian
I have searched all over to my best of abilities, for an offline javadoc I can attatch to netbeans, for netbeans platform development, but to no avail, anybody can assist?

Grade attach javadoc

2020-11-10 Thread joe foe
Hello , I have a question about javadoc for a grade project. I have a grade project that is dependent on some local jars. When importing classes from the library the autocomplete suggests that the javadoc for the said classes are not available and to attach them . One can either specify a URL

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