s*****w 发帖数: 1527 | 1 Hi,
my case is like this, c# test -> c# dll -> c++ dll
my solution contains all 3 projects.
so if i rebuild all 3 projects and debug from there, it cannot step
into c# dll.
if i run gacutil and reboot, now i can step into c# dll.
once upon a time i was able to step into c++ dll as well, but not now.
To make my life better, i need to hook up with windbg to step into
driver code as well.
So 1st Q:
what're the correct steps to debug into c# dll ? |
|