English 中文(简体)
我能否从我的德尔菲应用中排除碎片标志,而该进程探索者可以使用吗?
原标题:Can I emit debug symbols from my Delphi application that Process Explorer can use?

I m investigating a performance issue with my application written in Delphi 2010. Does Delphi emit symbols that Process Explorer can use when viewing the currently running threads so I can see the function names?

I ve blocked out the name of my executable, but you can see it only gives me the memory address of the function, and I d like to have the resolved function name if possible (like I have for ole32.dll and ntdll.dll because I am using the MS symbol server).

我知道,在以下网址可以做到这一点:VC++ 申请和WinDbg. . 能够利用Delphi应用程序和工艺探索者?

“entergraph

最佳回答

您需要做的是,确保项目与精彩的汇编,并使链接者将“<>详细>的<>地图文档(项目链接选择)结合起来。 勿庸置疑,但你也可能不得不在联系人选择方面检查“包括遥远的排泄标志”。

如果有的话,你可以利用一种效用,将地图转换为加工推广器使用的 d。

我们在工作时,只要我们需要在我们的试师之一的 h子上找到 trace痕。

我们使用的地图2Dbg 效用:

问题回答

暂无回答




相关问题
determining the character set to use

my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How convert string to integer in Oxygene

In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...

Quick padding of a string in Delphi

I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...

热门标签