使用GDB作为Visual Studio的后端而不是Microsoft调试器 [英] Using GDB as backend of Visual Studio instead of Microsoft debugger

查看:93
本文介绍了使用GDB作为Visual Studio的后端而不是Microsoft调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经为Visual Studio编写了一个插件.该插件允许用户使用GCC(MinGw)作为编译器.这部分效果很好.现在,我想添加使用GDB和Visual Studio作为前端调试生成的二进制文件的功能(实际上,我使用的是Insight,但是当我从Visual Studio中启动另一个应用程序时,它并不是一个很好的集成解决方案).我不知道如何用GDB代替Microsoft调试器.

谢谢

I have written an addin for Visual Studio. This addin allows user to use GCC (MinGw) as compiler. This part works well. Now I want to add the capability to debug generated binaries using GDB with Visual Studio as frontend(Actually I'm using Insight but it's not a really well integreted solution as I launch another application out of Visual Studio). I dont know how I can replace the Microsoft debugger by GDB. If anyone has an idea it would be great.

Thanks

推荐答案

我有兴趣看到这样的插件...我通常只使用一个makefile项目可以做到这一点,但拥有一个集成的解决方案将很方便.
I am interested in seeing such an addin...I normaly just use a makefile project to do this but having an integrated solution would be handy.


这篇关于使用GDB作为Visual Studio的后端而不是Microsoft调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆