zoukankan      html  css  js  c++  java
  • Visual Studio 2005中设置调试符号(Debug Symbols)

  • Open Visual Studio. Goto Tools->Options
  • Expand the “Debugging“ node
  • Click on the “Symbols“ node under “Debugging“
  • Click on the icon that looks like the new folder icon to add a new .pdb location
  • Type the following for the location “smysrv*symsrv.dll*c:\symbols*http://msdl.microsoft.com/downloads/symbols“
  • In the Cache symbols from symbol servers to this directory, enter the local path you used in step 5. In this case “c:\symbols“
  • Click Ok.
  • (一般似乎都是srv*DownloadStore*http://msdl.microsoft.com/download/symbols的形式,不过这种形式在VS2005下可以工作,
    不知道WinDBG下是否可以。)

    From: http://geekswithblogs.net/mskoolaid/archive/2005/12/17/63418.aspx

    或者也可以参考:http://blogs.msdn.com/heaths/archive/2005/04/27/412764.aspx
    http://blogs.msdn.com/heaths/archive/2005/04/27/412658.aspx

查看全文
  • 相关阅读:
    安装 pgadmin4 docker
    DevExpress 、XtraGrid 自定义统计数据
    LINQ之Join(from join on )与GroupJoin(from join on into)将两个集合进行关联与分组
    LINQ之LookUp
    LINQ之GroupBy(group p by into)
    LINQ之SelectMany(from.. from..复合from子句)
    Row_number over (Partition by yyy) in Entity Framework
    为表或者表字段添加扩展属性(MS_Description、sp_addextendedproperty、注释)
    学习vue,待续中。。。
    用Python爬取《王者荣耀》英雄皮肤数据并可视化分析,用图说话
  • 原文地址:https://www.cnblogs.com/s5689412/p/886354.html
  • Copyright © 2011-2022 走看看