由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Cannot debug into c# dll until i reboot ?
相关主题
C++ and threading interview questions一个debug的问题
debug你们用哪个软件?不同compiler速度可以差很远吗?
《Inside Windows Debugging》英文文字版/EPUB[PDF]After build,how to run the program on visual C# 2008
这样的deadlock如何debug?问个超简单的C问题
请问 c++ vs 有啥好的debug工具或者方法吗?C++现在写起来真舒服啊
Help: windows debugging question: "new" caused access viola (转载)SQL debug step into a store procedure from another one (转载)
how to debug mpi?大家不觉得这篇文章很有道理么?未来语言的趋势?
能否给些讲debug经验的文章和书籍 (转载)编程语言选择问题
相关话题的讨论汇总
话题: dll话题: c#话题: debug话题: cannot话题: step
进入Programming版参与讨论
1 (共1页)
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 ?
1 (共1页)
进入Programming版参与讨论
相关主题
编程语言选择问题请问 c++ vs 有啥好的debug工具或者方法吗?
please recommend an easy windows C debugger for a beginnerHelp: windows debugging question: "new" caused access viola (转载)
windows 7 下面大家都用什么C编程软件?how to debug mpi?
cpp指针地址是virtual memory address还是physical address?能否给些讲debug经验的文章和书籍 (转载)
C++ and threading interview questions一个debug的问题
debug你们用哪个软件?不同compiler速度可以差很远吗?
《Inside Windows Debugging》英文文字版/EPUB[PDF]After build,how to run the program on visual C# 2008
这样的deadlock如何debug?问个超简单的C问题
相关话题的讨论汇总
话题: dll话题: c#话题: debug话题: cannot话题: step