btrfs
btrfs copied to clipboard
[Q] How to debug driver with VS?
Since you switched to CMake build system, there no way to generate proper solution for VS with kernel debug support automaticly.
Is there way to do this?
What are you talking about? It still generates PDB files.
I'm about this functionality: https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/setting-up-kernel-mode-debugging-in-visual-studio
I don't know anything about this, I'm afraid. I've always used windbg for kernel debugging.
Generating driver project(now it's just DLL) properly by CMake would help. I will try look into it bit later.