DebugEngine icon indicating copy to clipboard operation
DebugEngine copied to clipboard

Is Sort in TDebugInfoExport.CreateExportList necessary?

Open chuacw opened this issue 5 years ago • 0 comments

The final statement in TTDebugInfoExport.CreateExportList is

FExportList.Sort(ExportFunctionsSortCompare);

Is it necessary?
Would it be possible to provide a Sort property that determines whether to sort or not?

I've already added the necessary code, and would be happy to make a pull request.

chuacw avatar Jun 03 '19 07:06 chuacw