Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Httpsys application issues loading SSL
#8
There is a function (deprecated I think) named DebugHook that indicates whether you are running in the IDE debugger. I don't know if it's available in the latest Delphi, but still works fine in XE2. You can still compile in debug mode and run outside the IDE without the trigger.

http://docwiki.embarcadero.com/Libraries....DebugHook

I generally put this up top:
ReportMemoryLeaksOnShutdown := DebugHook <> 0;

Dan
Reply


Messages In This Thread
RE: Httpsys application issues loading SSL - by DanBarclay - 01-23-2019, 07:08 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)