Visual Studio:用源代码调试Chrome? [英] Visual Studio: Debugging Chrome with Source?

查看:248
本文介绍了Visual Studio:用源代码调试Chrome?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已设法在Visual Studio中为Google Chrome(开发渠道)设置下载符号。这有助于理解反汇编,但是当我进入函数时,我想看到 C ++ 源代码。 (它打开一个对话框,让我找到源文件,我当然没有。)



是否有服务器,我可以使用Visual Studio自动寻找C ++源文件的匹配版本?

http://msdl.microsoft.com/download/symbols 和 https://chromium-browser-symsrv.commondatastorage.googleapis.com



其他解决方法是编译您的整个源代码方...(但你已经知道:))


I've managed to set up the download symbols for Google Chrome (Dev channel) in Visual Studio. This is helpful for understanding the disassembly, but when I step into a function, I want to see the C++ source code. (It opens up a dialog, letting me find the source file, which I of course don't have.)

Is there a server from which I can have Visual Studio automatically find the matching version of the C++ source file?

解决方案

As per this article, you can configure VS or windbg to download symbols from http://msdl.microsoft.com/download/symbols and https://chromium-browser-symsrv.commondatastorage.googleapis.com

Other workaround of that is to compile the entire source on your side... (but you already know that :))

这篇关于Visual Studio:用源代码调试Chrome?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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