简体   繁体   中英

Visual Studio Detach Current Debugger

I am working on a UWP application in Visual Studio 2015. I usually debug on desktop in x64, but today I debugged using ARM for a Windows phone (which worked fine). However, when I changed the architecture back to x64 to debug on desktop I got the error:

A debugger is attached to ... but not configured to debug this unhandled exception. To debug this exception, detach the current debugger.

So it appears this is a rather common issue that is easily fixed by changing debugger type from Managed only to Mixed , but my project properties doesn't have any Debug options for changing debugger type. In fact, I don't see any debugger options in my project properties at all...

在此处输入图片说明

Am I looking in the wrong place here?

我可以在“ 调试”>“ Project_Name属性”>“调试”下找到此设置,对于VS 2015,它必须已更改

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM