开发者

Debug external console program using Eclipse

How can I use Eclipse to debug a (开发者_高级运维C/C++) console program running external from Eclipse? I'd like to click the Debug button to launch the external console (Cygwin shell in Windows; or Terminal in OS X) and break in main().


You can attach your debug session to an external application:

Is it possible to attach a debugging session to a running program in eclipse CDT

Greetings


If an alternative is fine, xxgdb should do most of what you need. And gdb, if you intend work from terminal. refer this article


LiveOutput.com

Not sure if this helps, but you can log messages to this website in a few lines of code (if your program has internet access). Its like a cloud based console.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜