You can display the value GetLastError() will return by putting "@err" in your watch window.

  You can see the error message associated with that value by putting "@err,hr" in your watch window.

  If you've placed an HRESULT in a variable, adding ",hr" to the variable name in the watch window will display the associated text.

   

  The Watch windows or the QuickWatch dialog support some special (debugger-recognized) variables called pseudovariables.

  The documented one include:

  • $tid – the thread ID of the current thread
  • $pid – the process ID
  • $cmdline – the command line string that launched the program
  • $user – information for the account running the program
  • $registername – displays the content of the register registername

  更详细:https://msdn.microsoft.com/en-us/library/ms164891.aspx

最新文章

  1. copy()之绝版应用
  2. offsetTop、clientTop、scrollTop、offsetTop属性
  3. MySQL语句执行顺序
  4. js中的逻辑与(&&)和逻辑或(||)(转载)
  5. NSSortDescriptor对象进行数组排序
  6. URL 学习总结
  7. 【转载】.NET面试题系列[0] - 写在前面
  8. 监控RAC中的临时表空间
  9. Axure 注册码
  10. [杂题]CSUOJ1276 Counting Route Sequence
  11. C#txt文件读写基本操作
  12. Data visualization 课程 笔记3
  13. Android 性能优化之减少UI过度绘制
  14. Python并发解决方案
  15. C# 元数据描述
  16. GC日志
  17. mysqlsh : mysql shell tutorial
  18. nginx 的 负载均衡
  19. 数据存储(直接写入、NSUserDefaults、NSkeyedArchiver)
  20. PL/SQL Developer 中文乱码问题的解决

热门文章

  1. VS报表图解《一》---菜鸟版
  2. 学习EF之CodeFirst一
  3. PyPy与VirtualEnv的安装问题
  4. 默认权限umask
  5. KindEditor 4.1.7的使用技巧
  6. 实现对数据进行分组小计并计算合计的实例 asp.net
  7. 使用AsParallel 进行并行化处理数据
  8. 现在的C语言编辑器里的int范围为什么是-2147483648~2147483647 2014-08-05 10:21 100人阅读 评论(0) 收藏
  9. js setInterval()函数 [倒计时用]
  10. hbase replication原理分析