grijjy / JustAddCode

Code snippets from Grijjy's Just Add Code blog
BSD 2-Clause "Simplified" License
138 stars 66 forks source link

Using linker option --version-script=goExports.vsr prevents Delphi 11.3 from debugging #12

Open thiagothl opened 1 year ago

thiagothl commented 1 year ago

The error report worked like a charm so far. Thank you for the great work.

But in Delphi 11.3, if you set the linker option "Options passed to LD linker" to "--version-script=goExports.vsr", Delphi cannot debug anymore (turns all breakpoints invalid, no step debug, etc). Should the goExports.vsr file be updated in anyway? Any hints on that?