由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - how to debug managed dll when called from unmanaged code
相关主题
Managed Code vs. Unmanaged CodeNewbie Question about Debugging
Need Help: a very wierd Managed C++ interop problemhow to import C# .net DLL in VC6?
Visual Studio.net is buggy.NUNIT and NUNIT add-in
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?.Net IDE - 总结网址
linq在debug的时候看不出错误的地方啊。Re: 今天买下了Visual Studio .net professional
error run ASP.NET WEB API C# on Visual Studio 2013 (转载)安装问题:framework1.0 & 1.1共存?
How to compile multiple file using vbc?混合语言编程
error of compiling C# in visual studion 2013 win 7 (转载) .Text 简易安装
相关话题的讨论汇总
话题: code话题: managed话题: dll话题: unmanaged话题: debug
进入DotNet版参与讨论
1 (共1页)
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.

1 (共1页)
进入DotNet版参与讨论
相关主题
.Text 简易安装linq在debug的时候看不出错误的地方啊。
how to generate table in visual C#error run ASP.NET WEB API C# on Visual Studio 2013 (转载)
[转载] Help! Question about Visual C#, thanks!How to compile multiple file using vbc?
怎么改?error of compiling C# in visual studion 2013 win 7 (转载)
Managed Code vs. Unmanaged CodeNewbie Question about Debugging
Need Help: a very wierd Managed C++ interop problemhow to import C# .net DLL in VC6?
Visual Studio.net is buggy.NUNIT and NUNIT add-in
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?.Net IDE - 总结网址
相关话题的讨论汇总
话题: code话题: managed话题: dll话题: unmanaged话题: debug