What is 'Just My Code'?

后端 未结 3 1006
攒了一身酷
攒了一身酷 2020-12-10 09:50

Visual Studio has an option (under Debugging / General) \"Enable Just My Code\"

What is \'Just My Code\'? Visual Studio doesn\'t explain the feature.

3条回答
  •  星月不相逢
    2020-12-10 10:40

    From msdn article

    Enable Just My Code

    When this feature is enabled, the debugger displays and steps into user code ("My Code") only, ignoring system code and other code that is optimized or that does not have debugging symbols.

提交回复
热议问题