Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は日食、jni、c、CentOS6 を使用しています。
私は本当にCコードからいくつかのログを見たいのですが、Eclipseコンソールでは、Cで発生するprintfメッセージが表示されません.
EclipseコンソールでCログを出力する方法はありますか?
@Ozan Deniz知識を共有してくれてありがとう。そのリンクを要約すると、EclipseにはCコンソール自体の問題があります。したがって、誰かがEclipseコンソールでCメッセージを出力する場合、fprintf(stderr、 "")を使用する必要があります...ありがとう。