Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
A debugger is attached to xx.exe but not configured to debug this unhandled exception. To debug this exception, detach the current debugger.

when I debug my app I am getting above error pls help me how solve this issue
Posted

1 solution

You have to select appropriate debuggers before debugging. Probably, you need to add native debugger. Once all needed engine are selected, it should stop on that error too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900