开发者

Is there a way to debug VC++ compiled applications using Eclipse/WinDbg?

开发者 https://www.devze.com 2023-02-17 03:08 出处:网络
I\'m currently using Eclipse as my main editor, and source browser for our C/C++ project. The only problem is, I have to switch to Visual C++ everytime I have to debug or trace. Is there a way to have

I'm currently using Eclipse as my main editor, and source browser for our C/C++ project. The only problem is, I have to switch to Visual C++ everytime I have to debug or trace. Is there a way to have Eclipse use the WinDbg tool to debug Windows native applications? I trie开发者_Python百科d searching on the web but all the forum posts seem to trail off to nowhere around 2007/2008.


I think the answer is no. Because you will not have access to the Win Debug Symbols and libraries within the Eclipse runtime. However you could start building this as an Eclipse plugin for VS users.

0

精彩评论

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

关注公众号