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).
I know this can be done for VC++ applications and WinDbg...can it be done with Delphi applications and Process Explorer?