What is 'Just My Code'?

后端 未结 3 1002
攒了一身酷
攒了一身酷 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:51

    You need PBOs to debug other code such as any library that might be statically or dynamically linked to your code. With the above option, you're only debugging (your) active part of the code.

提交回复
热议问题