Delphi Tokyo crash when debugging on macOS...

Delphi Tokyo crash when debugging on macOS...
I still have to use Delphi Berlin when debugging on macOS because in Tokyo (10.2 update 1), any breakpoint will crash the IDE.
It does stop at the breakpoint, but immediately after I get a "Debugger Exception Notification ... AV at address 00000000", which freezes the Delphi IDE. Only way out is to use "End Process" in Task Manager.
It works fine with a new empty app, so I suppose it is related to having several threads running in my main app. The exact same code debugs fine in Delphi Berlin.
Anyone else having experience with debugging on macOS using Tokyo?

(I use macOS 10.12.6 and XCode 9.0)

Comments

Post a Comment