Anyone who has ever debugged a 64-bit application in Delphi, especially one thatinvolves multiple threads, has probably experienced disconnected sessionissues, or the
IDE not showing watch values, or simply getting non-responsive in themiddle of a debugging session.The new 64-bit
IDE and its LLDB-based debugger provide a solution to such problems.You may no longer have to sprinkle your code
Weiterlesen...