简体   繁体   中英

How i can debug managed code when kernel debugger is enabled on my system?

I'm a windows kernel-mode (Driver) developer and for this purpose(Develop drivers and debug that ) i enabled kernel debugger on my system. But when i want to debug a managed-code (AC# project) in my system, using Visual Studio debugger i receive the following error message:

Debugging isn't possible because a kernel debugger is enabled on the system

In this case what should i do ?? (I don't want to disable kernel debugging or use any other debugger instead of VS debugger). Any idea ?

According to Microsoft this is a known issue. If you upgrade your project to target .NET 4.0 or 4.5. it should work without disabling the kernel debugger.

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