Just My Code debugging

During a debugging session, the Modules window shows which code modules the debugger is treating as My Code (user code), along with their symbol loading status. For more information, see Get more familiar with how the debugger attaches to your app.

In the Call Stack or Tasks window, Just My Code collapses non-user code into a grayed-out annotated code frame labeled [External Code].

Tip: To open the Modules, Call Stack, Tasks, or most other debugging windows, you must be in a debugging session. While debugging, under Debug > Windows, select the windows you want to open.

To view the code in a collapsed [External Code] frame, right-click in the Call Stack or Task window, and select Show External Code from the context menu. The expanded external code lines replace the [External Code] frame.

Note: Show External Code is a current user profiler setting that applies to all projects in all languages that are opened by the user.

Double-clicking an expanded external code line in the Call Stack window highlights the calling code line in green in the source code. For DLLs or other modules not found or loaded, a symbol or source not found page may open.

References

Debug user code with Just My Code - Visual Studio (Windows) | Microsoft Docs

Visual Studio Debug only user code with Just My Code - ltimaginea - 博客园 (cnblogs.com)

最新文章

  1. MongoDB安装使用
  2. [LeetCode] Rotate Image 旋转图像
  3. javascript中BOM部分基础知识总结
  4. KindEditor的内容以Word的形式导出
  5. [jv-convert] Error 1,[all-recursive] Error 1
  6. linux下添加链接与删除链接(ln命令的用法)
  7. CSS魔法堂:你一定误解过的Normal flow
  8. 12、uwp 开发的零碎总结
  9. java中用中国网建提供的SMS短信平台发送短信
  10. Java_Web学习路线
  11. ThreadLocal源码解析
  12. 学习笔记: IO操作及序列化
  13. tensflow自定义损失函数
  14. Torch,Tensorflow使用: Ubuntu14.04(x64)+ CUDA8.0 安装 Torch和Tensorflow
  15. [TC11326]ImpossibleGame
  16. Sql Server 在数据库中所有表所有栏位 找出匹配某个值的脚本(转)
  17. 红帽yum源安装报错initscripts-9.49.41-1.el7.x86_64 conflicts redhat-release < 7.5-0.11" ?
  18. SQLite3 C/C++ 开发接口简介(API函数)
  19. 快速切题 sgu 112. a^b-b^a 大数 次方 难度:0 非java:1
  20. 浅解bootstrap 下拉框插件

热门文章

  1. Nginx配置文件详解与优化建议
  2. MyBatis学习总结(四)——字段名与实体类属性名不相同的冲突的解决
  3. CentOS管理firewalld防火墙
  4. Python - //和/的区别
  5. Docker Note1——架构和三要素
  6. .net中使用JSON
  7. vue开发流程
  8. 30天自制操作系统(二)汇编语言学习和Makefile入门
  9. Vue组件封装之无限滚动列表
  10. web自动化:IE11运行Python+selenium程序