【其他】VS 无法调试:该断点已设置但还未绑定

对应项目   xxxxx.csproj  右键编辑 

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>

就这样

解决不了 看百度上 其他问题

猜你喜欢

转载自blog.csdn.net/cccc1ssss2/article/details/85161761