Why Delphi (like other developer environments) natively not included full call stack for every exception? Or if this is possible, please tell me how (without external tools like EurekaLog or MadExcept).
Jeroen Wiert Pluimers I think the question was "why Delphi does not support Exception.GetExceptionStackInfoProc our of the box". Means not adding any third party tools. But perhaps I missed some enhancements in 10.1?
Jeroen Wiert Pluimers I think the question was "why Delphi does not support Exception.GetExceptionStackInfoProc our of the box". Means not adding any third party tools. But perhaps I missed some enhancements in 10.1?
ReplyDeleteGünther Schoch because that would kill even more 3rdParty vendors.
ReplyDeleteJeroen Wiert Pluimers It is not true, You can change with your own implemetation of GetExceptionStackInfoProc everytime.
ReplyDelete