s******e 发帖数: 96 | 1 I have an unmanged code that calls a managed code dll. I wrote both code. It
works OK. But how can I debug into the managed code dll from within the
unmanaged code? In visual studio,it just doesn't go into the managed code
when I tried to step into it in the unmananged code. any idea? Thanks. |
s***n 发帖数: 10693 | 2 u sure u built the managed code under debug mode and it came with a pdb file?
I have an unmanged code that calls a managed code dll. I wrote both code. It
works OK. But how can I debug into the managed code dll from within the
unmanaged code? In visual studio,it just doesn't go into the managed code
when I tried to step into it in the unmananged code. any idea? Thanks.
【在 s******e 的大作中提到】 : I have an unmanged code that calls a managed code dll. I wrote both code. It : works OK. But how can I debug into the managed code dll from within the : unmanaged code? In visual studio,it just doesn't go into the managed code : when I tried to step into it in the unmananged code. any idea? Thanks.
|
s******e 发帖数: 96 | 3 I am sure. The *.tlb, *.pdb and *.dll are all in same debug directory. To
call the managed code, I imported the debug *.tlb file in the unmanaged code
. anything else to check? Thanks. |
s***n 发帖数: 10693 | 4 try attach to process then select the managed dll?
code
【在 s******e 的大作中提到】 : I am sure. The *.tlb, *.pdb and *.dll are all in same debug directory. To : call the managed code, I imported the debug *.tlb file in the unmanaged code : . anything else to check? Thanks.
|