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应用程序和工艺探索者?