How can see printf(C code) in eclipse console? -


i working eclipse, jni, c, centos6.

i want see logs c code, in eclipse console, not show printf message happens in c.

is there way print c logs in eclipse console?

@ozan deniz sharing knowledges. summarize link, eclipse has c console problem itself. if print c msg in eclipse console, has use fprintf(stderr, "")... again.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -