从Matlab调用C#Com对象Debuggin

从Matlab调用C#Com对象Debuggin

问题描述:



我从Matlab调用COM库时无法获取Visual Studio调试信息.我附加了该过程,但不起作用...任何想法吗?

Hi,

I am unable to get visual studio debuggin when calling COM library from matlab... I attach the process but it doesnt work... any idea?

我建​​议您可以看一下文章 [
如果有错误消息,那是什么?

您是否有用于该过程的.pdb文件?

该程序用什么语言编写?

您要附加的程序是否带有调试符号?
I suggest you take a look at this article[^]. If you want more specific help please answer these questions:

What "doesn''t work"? Is there an error message, or do you get just "disassembled" IL?

If there is an error message, what is it?

Do you have the .pdb files for the process?

What language was the program written in?

Was the program you are trying to attach to built with debug symbols?


嘿,它已经可以工作了……问题是我必须在regedit中手动删除COM对象并再次加载它因为它没有被更新.还是谢谢!!
Hey, It already works... the matter was that I had to remove COM object manually in regedit and load it again cause it didnt get updated. Thanks anyway!!