我已将 JCL 安装到 Delphi 2010 中。在以下代码中
try
raise Exception.Create('Error Message');
except
on E: Exception do
begin
ResultStatus := JclLastExceptStackListToStrings(sl, True, True, True, True);
end;
end;
我在初始化部分也有这个调用:
initialization
JclStartExceptionTracking;
ResultStatus 为 false 且 sl 为空。我已经设置了生成地图和 .jdbg 文件的选项。其他功能,如 ProcByLevel 工作正常。我还需要做些什么来使 JclLastExceptStackListToStrings 工作吗?
从 JclDebug.pas 文件:
最后修改: $Date:: 2010-09-07 19:43:19 +0200(2010 年 9 月 7 日 3 月) 修订: $Rev:: 3331